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 site_url: https://notes.theorangeone.net
repo_url: https://github.com/RealOrangeOne/notes repo_url: https://github.com/RealOrangeOne/notes
repo_name: RealOrangeOne/notes repo_name: RealOrangeOne/notes
copyright: "© TheOrangeOne" copyright: "© Jake Howard"
extra: extra:
social: social:

View File

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