diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:54:57 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:54:57 -0600 |
| commit | 4dd7e5ccd98d00befd61cd830db3a2a4735bf189 (patch) | |
| tree | 249817a73674b92c6d76351b93917562803d6472 /templates | |
| parent | dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e (diff) | |
| download | hatecomputers.club-4dd7e5ccd98d00befd61cd830db3a2a4735bf189.tar.gz hatecomputers.club-4dd7e5ccd98d00befd61cd830db3a2a4735bf189.zip | |
update meta tags
Diffstat (limited to 'templates')
| -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> |
