diff options
Diffstat (limited to 'tmpl')
| -rw-r--r-- | tmpl/404.html | 2 | ||||
| -rw-r--r-- | tmpl/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/404.html b/tmpl/404.html index 9e2fa89..ef8dfd7 100644 --- a/tmpl/404.html +++ b/tmpl/404.html @@ -6,6 +6,6 @@ <h1 class="text-3xl mb-4">Not found</h1> <p class="text-lg mb-4">The page you're looking for (<code>{{.Page}}</code>) doesn't exist. Sorry about that. Please - consider <a class="text-blue-dark dark:text-blueDark-dark" href="https://github.com/Xe/site/issues/new">reporting + consider <a href="https://github.com/Xe/site/issues/new">reporting the issue</a> if you find this page in error.</p> {{end}}
\ No newline at end of file diff --git a/tmpl/base.html b/tmpl/base.html index 02e7eaf..5c803d8 100644 --- a/tmpl/base.html +++ b/tmpl/base.html @@ -82,7 +82,7 @@ la budza pu cusku lu <header> <nav class="flex flex-wrap items-center w-full py-4 md:py-0 px-4 text-lg text-fg-1 dark:text-fgDark-1 bg-bg-soft dark:bg-bgDark-soft"> - <div class="p-2 flex flex-wrap items-center flex-shrink-0 mr-6 hover:border-b-2"> + <div class="p-2 flex flex-wrap items-center flex-shrink-0 mr-6"> <a class="flex flex-row items-center" href="/"> <svg class="w-8 h-16" width="19in" height="32in" viewBox="0 0 1824 3071.9999" version="1.1" id="svg5"> |
