From 624b79e7f697132de842a3f7a97b9b3d87c230e4 Mon Sep 17 00:00:00 2001
From: Tanner Smith <tannersmithtn95@gmail.com>
Date: Mon, 01 Jun 2020 19:51:41 +0000
Subject: [PATCH] RSS svg icon (#282)

---
 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