diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-22 22:41:53 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-22 22:41:53 +0200 |
commit | 6613cd5f374da8437dab95e61c57dc1ace927ca5 (patch) | |
tree | f1443e2e18dfdf6021c7275f93580e3a0d28c1e4 | |
parent | e95eeb9a06c912e1bba28d80510c8b1d616ac038 (diff) | |
download | my_new_personal_website-6613cd5f374da8437dab95e61c57dc1ace927ca5.tar.xz my_new_personal_website-6613cd5f374da8437dab95e61c57dc1ace927ca5.zip |
Update template design
-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 b4c5b0e9..e3b835ef 100644 --- a/source/template.html +++ b/source/template.html @@ -83,6 +83,6 @@ $body$ </div> </div> </div> - <div class="footer">·.: CC-BY-SA || <a href="https://git.neodarz.net/neodarz/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 href="https://git.neodarz.net/neodarz/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> </body> </html> |