From e80bf6ad74270adfeaaf91456515246b60cc12c8 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sun, 10 Mar 2024 23:38:32 +0100 Subject: [PATCH] feat(footer): add RSS link --- assets/images/icons/rss.svg | 17 +++++++++++++++++ layouts/partials/footer.html | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 assets/images/icons/rss.svg diff --git a/assets/images/icons/rss.svg b/assets/images/icons/rss.svg new file mode 100644 index 0000000..5562d38 --- /dev/null +++ b/assets/images/icons/rss.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c7f4011..72687ae 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,6 +35,11 @@ {{ partial "helpers/svg" (dict "path" "icons/peertube" "class" "site-footer-socials__logo") }} +
  • + + {{ partial "helpers/svg" (dict "path" "icons/rss" "class" "site-footer-socials__logo icon-youtube") }} + +