mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 00:41:27 -04:00
feat: add detail box and update styles
chore: update 404 page style chore: update icon to use global site variable
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<div>
|
||||
<a class="flex items-center gap-1 text-current" target="_blank" rel="noopener noreferrer" title="Hugo homepage" href="https://gohugo.io/">
|
||||
<span>Powered by</span>
|
||||
{{ partial "utils/icon.html" (dict "context" . "name" "hugo-full" "attributes" "height=20") }}
|
||||
{{ partial "utils/icon.html" (dict "name" "hugo-full" "attributes" "height=20") }}
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-6 text-xs">© 2023 Hextra Project.</p>
|
||||
|
Reference in New Issue
Block a user