fiddle with footer stuff
This commit is contained in:
parent
089d68dbb0
commit
7ed819e669
4 changed files with 30 additions and 6 deletions
|
@ -65,6 +65,7 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
amd64-freebsd-12
|
amd64-freebsd-12
|
||||||
|
amd64-freebsd-13
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 4.2.0)
|
jekyll (~> 4.2.0)
|
||||||
|
|
|
@ -13,6 +13,9 @@ author:
|
||||||
user: fef
|
user: fef
|
||||||
host: notbird.site
|
host: notbird.site
|
||||||
twitter: libfef
|
twitter: libfef
|
||||||
|
matrix:
|
||||||
|
user: fef
|
||||||
|
host: fef.moe
|
||||||
sass:
|
sass:
|
||||||
style: compact
|
style: compact
|
||||||
exclude:
|
exclude:
|
||||||
|
|
|
@ -44,12 +44,18 @@
|
||||||
license except where noted otherwise.
|
license except where noted otherwise.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img alt="MAINTAINED BY A QUEER FOLK." src="{{ '/assets/img/enby.png' | relative_url }}">
|
<img alt="MAINTAINED BY A QUEER FOLK." src="{{ '/assets/img/enby.png' | relative_url }}" width="64" height="32">
|
||||||
<img alt="Firefox NOW!" src="{{ '/assets/img/firefoxnow.gif' | relative_url }}">
|
<a href="https://getfirefox.org/" class="nostyle">
|
||||||
<img alt="W3C HTML5" src="{{ '/assets/img/html5.png' | relative_url }}">
|
<img alt="Firefox NOW!" src="{{ '/assets/img/firefoxnow.gif' | relative_url }}" width="88" height="31">
|
||||||
<img alt="This site is certified 100% cookie free!" src="{{ '/assets/img/nocookie.gif' | relative_url }}">
|
</a>
|
||||||
<img alt="always wear your programming socks" src="{{ '/assets/img/programmingsocks.gif' | relative_url }}">
|
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Ffef.moe%2F" class="nostyle">
|
||||||
<img alt="Powered by FreeBSD" src="{{ '/assets/img/freebsd.gif' | relative_url }}">
|
<img alt="W3C HTML5" src="{{ '/assets/img/html5.png' | relative_url }}" width="88" height="31">
|
||||||
|
</a>
|
||||||
|
<img alt="This site is certified 100% cookie free!" src="{{ '/assets/img/nocookie.gif' | relative_url }}" width="88" height="31">
|
||||||
|
<img alt="always wear your programming socks" src="{{ '/assets/img/programmingsocks.gif' | relative_url }}" width="129" height="38">
|
||||||
|
<a href="https://www.freebsd.org/" class="nostyle">
|
||||||
|
<img alt="Powered by FreeBSD" src="{{ '/assets/img/freebsd.gif' | relative_url }}" width="171" height="64">
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -69,11 +75,20 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.author.matrix %}
|
||||||
|
<li>
|
||||||
|
Matrix:
|
||||||
|
<a rel="me" href="https://matrix.to/#/@{{ site.author.matrix.user }}:{{ site.author.matrix.host }}">
|
||||||
|
@{{ site.author.matrix.user }}:{{ site.author.matrix.host }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
{% if site.hs_url %}
|
{% if site.hs_url %}
|
||||||
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
|
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
|
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
|
||||||
<li><a href="/pgp.txt">PGP key</a></li>
|
<li><a href="/pgp.txt">PGP key</a></li>
|
||||||
|
<li><a href="/canary.txt">Proof of identity</a></li>
|
||||||
<li><a href="https://git.fef.moe/fef">Gitea</a></li>
|
<li><a href="https://git.fef.moe/fef">Gitea</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -130,6 +130,11 @@ a {
|
||||||
color: $color-primary;
|
color: $color-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.nostyle {
|
||||||
|
color: unset;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue