Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_rss.html')
-rw-r--r--layouts/partials/footer_rss.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/footer_rss.html b/layouts/partials/footer_rss.html
new file mode 100644
index 0000000..f2715cf
--- /dev/null
+++ b/layouts/partials/footer_rss.html
@@ -0,0 +1,7 @@
+{{ if .Site.RSSLink }}
+ <a href="{{ .Site.RSSLink }}" class="mx-1 ml-md-2 mr-md-0 icon">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
+ <path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/>
+ </svg>
+ </a>
+{{ end }}