diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-25 16:28:30 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-25 16:28:30 +0000 |
commit | c4e6af8c93cafcf58de961f3424a2002ec63da0a (patch) | |
tree | 1e9761cf2626d13d63eed22bcf7ff355b22d932c /templates | |
parent | 68f151a3dc8bdd2b9422915523d88ce86c45d17c (diff) |
Remove now linkmain
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html index 8635580..b84e189 100644 --- a/templates/main.html +++ b/templates/main.html @@ -34,7 +34,6 @@ $endif$ $if(show-notes-link)$ <a href="/notes.html" class="header-link">Notes</a> $endif$ - <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> |