chore: optional build date in footer
This commit is contained in:
parent
672c34aa1a
commit
55212627a3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<div>My opinions are my own.</div>
|
<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>
|
</footer>
|
||||||
{% block endbody %}{% endblock %}
|
{% block endbody %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue