chore: optional build date in footer

This commit is contained in:
Felipe M. 2024-03-22 16:37:49 +01:00
parent 672c34aa1a
commit 55212627a3
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<hr>
<footer>
<div>My opinions are my own.</div>
<div>Created using <a target="_blank" href="https://getlektor.com">Lektor</a> | <a target="_blank" href="https://github.com/fmartingr/fmartingr.com">Source code</a> | <a href="/feed.xml">RSS Feed</a> | <a target="_blank" href="/about">About me</a></div>
<div>Created using <a target="_blank" href="https://getlektor.com">Lektor</a> | <a target="_blank" href="https://github.com/fmartingr/fmartingr.com">Source code</a> | <a href="/feed.xml">RSS Feed</a> | <a target="_blank" href="/about">About me</a>{% if last_build_date %}| Built: {{ last_build_date }}{% endif %}</div>
</footer>
{% block endbody %}{% endblock %}
</body>