mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-12-22 07:25:58 +00:00
Tweak announce and copyright
This commit is contained in:
parent
f3c16ba645
commit
b52b396e4e
2 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue