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
|
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:
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue