From ab17ae4abf836f1d8e3eb61a8fc927bde2017caa Mon Sep 17 00:00:00 2001
From: mountainbug95 <tannersmithtn95@gmail.com>
Date: Mon, 01 Jun 2020 18:53:52 +0000
Subject: [PATCH] Add rss icon to social icons
---
layouts/partials/social-follow.html | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index 2eff74f..0755ce2 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -72,3 +72,9 @@
{{- partial "new-window-icon.html" . -}}
</a>
{{ end }}
+{{ with .Param "rss" }}
+<a href="{{ . }}" target="_blank" class="link-transition rss link dib z-999 pt3 pt0-l mr1" title="RSS link" rel="noopener" aria-label="RSS——Opens in a new window">
+ {{ partial "svg/rss.svg" (dict "size" $icon_size) }}
+ {{- partial "new-window-icon.html" . -}}
+</a>
+{{ end }}
--
Gitblit v1.10.0