recipe-site/_includes/footer.html
Lynne 810b136a6f
All checks were successful
continuous-integration/drone/push Build is passing
updated footer to say 'source code' instead of just 'git'
2020-03-04 03:06:02 +10:00

4 lines
374 B
HTML

<footer>
{% if page.url != '/' %}<a href='/'>Home</a> - {% endif %}<a href='https://git.bune.city/lynnesbian/recipe-site'>Source code</a> <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>