diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-24 13:11:14 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-24 13:11:14 +0200 |
commit | 25858f566c664507bfeda8f7302d28a077bebc4c (patch) | |
tree | 0e718fdbc1db42c8209074e9f97937d05e4eac3c /source/template.html | |
parent | f6d3b393dfff5ed530b8dbb9ed185942a7a995de (diff) | |
download | my_new_personal_website-25858f566c664507bfeda8f7302d28a077bebc4c.tar.xz my_new_personal_website-25858f566c664507bfeda8f7302d28a077bebc4c.zip |
Remove rule to disable text-decoration on source code 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 c9bddbbf..2de53eb5 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 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> + <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/"><Source code> :.·</a></div> </body> </html> |