diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-24 13:10:13 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-24 13:10:13 +0200 |
commit | f6d3b393dfff5ed530b8dbb9ed185942a7a995de (patch) | |
tree | 080c5f63a7ef4b6ce8a3a2c8fe9176a7722fbe4b /source/template.html | |
parent | c94946aeb04b0d299ab40f9be83ca3df3a843c61 (diff) | |
download | my_new_personal_website-f6d3b393dfff5ed530b8dbb9ed185942a7a995de.tar.xz my_new_personal_website-f6d3b393dfff5ed530b8dbb9ed185942a7a995de.zip |
Add mastodon profil link
Diffstat (limited to '')
-rw-r--r-- | source/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/template.html b/source/template.html index 92a25dc1..c9bddbbf 100644 --- a/source/template.html +++ b/source/template.html @@ -88,6 +88,6 @@ $body$ </div> </div> </div> - <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> + <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a rel="me" href="https://mastodon.social/@neodarz">Mastodon</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> </body> </html> |