recipe-site/_includes/footer.html
Lynne 1620a1b7ae
Some checks failed
continuous-integration/drone/push Build is failing
add a help file, expand on the readme a bit
2020-03-06 05:17:41 +10:00

4 lines
446 B
HTML

<footer>
{% if page.url != '/' %}<a href='/'>Home</a> - {% endif %}<a href='https://git.bune.city/lynnesbian/recipe-site'>Source code</a>{% if page.title != 'Help' %} - <a href='/help.html'>Help</a>{% endif %} <br>
Design by <a href='https://lynnesbian.space'>Lynne</a> - Site last built <time datetime='{{ site.time | date: "%Y-%m-%d %R:%S" }}'>{{ site.time | date_to_long_string: "ordinal" }} at {{ site.time | date: "%R" }}</time>
</footer>