minor footer overhaul

This commit is contained in:
anna 2021-02-11 21:21:21 +01:00
parent 01a131e607
commit 6367993098
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -33,24 +33,22 @@
<div> <div>
<p>{{ site.description }}</p> <p>{{ site.description }}</p>
<p> <p>
Unless specified otherwise, all content is released under the All content is released under the
<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC-BY-ND 4.0</a> <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC-BY-NC 4.0</a>
license. license except where noted otherwise.
</p> </p>
</div> </div>
<div> <div>
<p> <ul style="list-style-type:none;padding:0">
Email: <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a> <li>Email: <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
<br> <li>
Fediverse:
Fediverse: <a rel="me" href="https://{{ site.author.fedi.host }}/@{{ site.author.fedi.user }}">
<a rel="me" href="https://{{ site.author.fedi.host }}/@{{ site.author.fedi.user }}"> @{{ site.author.fedi.user }}@{{ site.author.fedi.host }}
@{{ site.author.fedi.user }}@{{ site.author.fedi.host }} </a>
</a> </li>
<br> <li><a href="/pgp.txt">PGP key</a></li>
</ul>
<a href="/pgp.txt">PGP key</a>
</p>
</div> </div>
</div> </div>
</footer> </footer>