diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
commit | 31d83c2ad43fd562e2fb57fa8eb0acd87d0dc9a1 (patch) | |
tree | 90ac1ee8be7f600ce4ec31013e93671798141010 /templates | |
parent | b7edf7a86f78eb8b8500fada8b4f9ad0603cd780 (diff) |
Add code link to site
Diffstat (limited to 'templates')
-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> |