summaryrefslogtreecommitdiff
path: root/_includes/author-links.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/author-links.html')
-rw-r--r--_includes/author-links.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/_includes/author-links.html b/_includes/author-links.html
index 5ddc78a..31cfe2a 100644
--- a/_includes/author-links.html
+++ b/_includes/author-links.html
@@ -108,6 +108,14 @@
</li>
{%- endif -%}
+ {%- if site.paths.rss -%}
+ <li title="{{ _locale_string_follow | replace: '[NAME]', 'RSS' }}">
+ <a class="button button--circle rss-button" itemprop="sameAs" href="{{ url }} {{ site.paths.rss }}" target="_blank">
+ <div class="icon">{%- include svg/icon/social/rss.svg -%}</div>
+ </a>
+ </li>
+ {%- endif -%}
+
{%- if _author.npm -%}
<li title="{{ _locale_string_follow | replace: '[NAME]', 'npm' }}">
<a class="button button--circle npm-button" itemprop="sameAs" href="https://www.npmjs.com/~{{ _author.npm }}" target="_blank">
@@ -115,6 +123,5 @@
</a>
</li>
{%- endif -%}
-
</ul>
</div>