Tweak announce and copyright

This commit is contained in:
Jake Howard 2024-03-11 16:14:54 +00:00
parent f3c16ba645
commit b52b396e4e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -1,14 +1,14 @@
{% extends "base.html" %}
{% block announce %}
You can also find me at
You can also find me on
<a href="https://theorangeone.net/">
<span class="twemoji globe">
{% include ".icons/fontawesome/solid/globe.svg" %}
</span>
<strong>My website</strong>
</a>,
or on social media:
</a>
,
<a rel="me" href="https://theorangeone.net/@jake">
<span class="twemoji globe">
{% include ".icons/fontawesome/brands/mastodon.svg" %}
@ -28,6 +28,10 @@
{% include ".icons/fontawesome/brands/github.svg" %}
</span>
<strong>GitHub</strong>
</a>
and
<a href="https://theorangeone.net/contact/">
more
</a>.
{% endblock %}