diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:45:56 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:45:56 -0600 |
commit | a607277e9477d9dc69932cf51ae5fc6139a96706 (patch) | |
tree | db818f661950a9a17688a6a2e548b0c40289a92a /_includes/social.html | |
parent | eff736d1312bf7799ae68eadbae860da00c35e46 (diff) |
Add RSS to social feed at bottom of page
Diffstat (limited to '_includes/social.html')
-rw-r--r-- | _includes/social.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/social.html b/_includes/social.html index c783058..30a3aa6 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -15,3 +15,4 @@ {% if site.keybase_username %}<a href="https://keybase.io/{{ site.keybase_username }}" target="_blank" title="Keybase"><i class="fab fa-keybase"></i></a>{% endif %} {% if site.gitlab_username %}<a href="https://gitlab.com/{{ site.gitlab_username }}" target="_blank" title="GitLab"><i class="fab fa-gitlab"></i></a>{% endif %} {% if site.dblp_url %}<a href="{{ site.dblp_url }}" target="_blank" title="DBLP"><i class="ai ai-dblp"></i></a>{% endif %} +{%- if site.paths.rss -%}<a href="{{ site.paths.rss }}" target="_blank" title="RSS Feed"><i class="fas fa-rss-square"></i></a>{% endif %} |