aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-24 13:11:14 +0200
committerneodarz <neodarz@neodarz.net>2019-09-24 13:11:14 +0200
commit25858f566c664507bfeda8f7302d28a077bebc4c (patch)
tree0e718fdbc1db42c8209074e9f97937d05e4eac3c
parentf6d3b393dfff5ed530b8dbb9ed185942a7a995de (diff)
downloadmy_new_personal_website-25858f566c664507bfeda8f7302d28a077bebc4c.tar.xz
my_new_personal_website-25858f566c664507bfeda8f7302d28a077bebc4c.zip
Remove rule to disable text-decoration on source code link
-rw-r--r--source/template.html2
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;">&lt;Source code&gt; :.·</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/">&lt;Source code&gt; :.·</a></div>
</body>
</html>