Update footer and add Git link

This commit is contained in:
Christian Reitter 2024-01-23 21:58:47 +01:00
parent e559611104
commit 3884af4aca
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ header_pages:
style: dark # dark (default), light or hacker style: dark # dark (default), light or hacker
listen_for_clients_preferred_style: false # false (default) or true listen_for_clients_preferred_style: false # false (default) or true
footer: '2023' footer: '2023-2024'
plugins: plugins:
- jekyll-feed - jekyll-feed
@ -129,4 +129,4 @@ responsive_image:
# extra_images: # extra_images:
# - assets/foo/bar.png # - assets/foo/bar.png
# - assets/bgs/*.png # - assets/bgs/*.png
# - assets/avatars/*.{jpeg,jpg} # - assets/avatars/*.{jpeg,jpg}

View File

@ -1,3 +1,3 @@
<footer> <footer>
<span><a href="{{ site.url | relative_url }}/feed.xml">RSS</a><img src="/assets/base/milksad_bottle_transparent.svg" height="18px" alt="Milk Sad logo as icon"/></span>{{ site.footer }} <span><a href="{{ site.url | relative_url }}/feed.xml">RSS</a>, <a href="https://git.distrust.co/milksad">Git</a><img src="/assets/base/milksad_bottle_transparent.svg" height="18px" alt="Milk Sad logo as icon"/></a></span>{{ site.footer }}
</footer> </footer>