updated footer to say 'source code' instead of just 'git'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c159385433
commit
810b136a6f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<footer>
|
||||
{% if page.url != '/' %}<a href='/'>Home</a> - {% endif %}<a href='https://git.bune.city/lynnesbian/recipe-site'>Git</a> <br>
|
||||
{% 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>
|
||||
|
|
Loading…
Reference in a new issue