diff --git a/mkdocs.yml b/mkdocs.yml index a80b400..3f9b66c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Notes site_url: https://notes.theorangeone.net repo_url: https://github.com/RealOrangeOne/notes repo_name: RealOrangeOne/notes -copyright: "© TheOrangeOne" +copyright: "© Jake Howard" extra: social: diff --git a/theme/main.html b/theme/main.html index fecae3f..c430ccd 100644 --- a/theme/main.html +++ b/theme/main.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block announce %} - You can also find me at + You can also find me on {% include ".icons/fontawesome/solid/globe.svg" %} My website - , - or on social media: + + , {% include ".icons/fontawesome/brands/mastodon.svg" %} @@ -28,6 +28,10 @@ {% include ".icons/fontawesome/brands/github.svg" %} GitHub + + and + + more . {% endblock %}