diff options
Diffstat (limited to 'templates/main.html')
-rw-r--r-- | templates/main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html index 7256daa..b24cdb2 100644 --- a/templates/main.html +++ b/templates/main.html @@ -35,7 +35,8 @@ $endif$ $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">Social</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> </div> </div> <main> |