added more info to footer

This commit is contained in:
Lynne Megido 2020-03-03 21:39:43 +10:00
parent 268b1c0909
commit a92ecdb897
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<footer>
<a href='/'>Home</a> - <a href='https://git.bune.city/lynnesbian/recipe-site'>Git</a>
{% if page.url != '/' %}<a href='/'>Home</a> - {% endif %}<a href='https://git.bune.city/lynnesbian/recipe-site'>Git</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>

View File

@ -110,7 +110,7 @@ li {
border-radius: 10px;
background: linear-gradient(to right, turquoise 5px, #eee 5px 100%);
max-width: 600px;
flex: 1 0 300px;
flex: 1 0 400px;
box-shadow: 0 0 3px #0003;
transition: 0.2s all;