diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 094d018..24987b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,10 +11,11 @@ <meta property="og:type" content="website"> <meta property="og:url" content="https://hatecomputers.club"> - <meta property="og:title" content="hatecomputers.club"> - <meta property="og:description" content="be decent at computer but hate. really bad for human."> - <meta property="og:image:secure_url" content="https://tunnel.simponic.xyz/static/img/favicon.svg"> - <meta property="og:image:secure" content="https://tunnel.simponic.xyz/static/img/favicon.svg"> + <meta property="og:title" content="hatecomputers club"> + <meta property="og:description" content="be decent at computer but hate. really bad for human!"> + <meta property="og:image:secure_url" content="https://hatecomputers.club/static/img/favicon.png"> + <meta property="og:image:secure" content="https://hatecomputers.club/static/img/favicon.png"> + <script src="/static/js/util/setThemeBeforeRender.js"></script> </head> <body> @@ -25,11 +26,11 @@ <span> | </span> <a href="/">home.</a> <span> | </span> - <a href="/">about.</a> + <a href="/about">about.</a> <span> | </span> - <a href="/">guestbook.</a> + <a href="/guestbook">guestbook.</a> <span> | </span> - <a href="/">webring.</a> + <a href="/webring">webring.</a> <span> | </span> {{ if .User }} <a href="/dns">dns.</a> |
