diff options
Diffstat (limited to '_includes/footer.liquid')
| -rw-r--r-- | _includes/footer.liquid | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid new file mode 100644 index 0000000..715a716 --- /dev/null +++ b/_includes/footer.liquid @@ -0,0 +1,23 @@ +<div class="column"> + <ul> + <li> + <a href="https://git.silosneeded.com/cgit/blog.git" class="footer-element"> + {{ site.data[site.active_lang].strings.global.source_code }} + </a> + </li> + <li class="mt-4"> + <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en" class="footer-element"> + CC BY-NC-ND + </a> + </li> + </ul> +</div> +<div class="column is-flex is-justify-content-end"> + <a href="{{ site.base_url }}/feed.xml"> + <span class="sr-only">Subscribe</span> + <svg class="rss-icon mr-4" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <title>RSS</title> + <path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"/> + </svg> + </a> +</div> |
