diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-04-28 16:58:01 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-04-28 16:58:01 -0400 |
commit | cb31a3788c74cea253a5a7657f5c9b65341309f6 (patch) | |
tree | 44b60ea66fb0790eabe63a5659dfe1a48e6dbd80 /templates | |
parent | 8cb244ed5b535139dcaa6a11a4edca73a84afaf5 (diff) |
Add social link to site
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html index 8ca1656..7256daa 100644 --- a/templates/main.html +++ b/templates/main.html @@ -35,6 +35,7 @@ $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> </div> </div> <main> |