added more info to footer
This commit is contained in:
parent
268b1c0909
commit
a92ecdb897
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue