minor style change

This commit is contained in:
Yan Lin 2026-01-30 17:09:46 +01:00
parent 10d7afaaf4
commit 8a88c5b1be
3 changed files with 18 additions and 4 deletions

View file

@ -33,7 +33,12 @@
{% block content %}{% endblock content %}
</main>
<footer>
<p>&copy; {{ now() | date(format="%Y") }} {{ config.extra.author }}</p>
<div class="footer-links">
<a href="https://www.yanlincs.com" target="_blank">Homepage</a>
<a href="https://github.com/Logan-Lin" target="_blank">GitHub</a>
<a href="mailto:s@yanlincs.com">Email</a>
</div>
<p>&copy; {{ now() | date(format="%Y") }} {{ config.extra.author }}. Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>.</p>
</footer>
</body>
</html>