General improvements and fixes

This commit is contained in:
NebulaOnion 2022-12-20 19:52:19 +00:00
parent bb1b930eb7
commit 12ad86c206
No known key found for this signature in database
GPG key ID: B23A333C69C01FA4
11 changed files with 10 additions and 39 deletions

View file

@ -17,7 +17,7 @@
{% if site.email != null and site.author != null %}
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
Copyright (c) 20{{ site.time | date: '%y' }} {{site.author}} -
Public Domain CC0 {{site.author}} -
<a href="mailto:{{site.email}}">&lt;{{site.email}}&gt;</a>
</div>
</div>