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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/rss-icon.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/rss-icon.html b/layouts/partials/rss-icon.html
index ab4805f..a48d5fd 100644
--- a/layouts/partials/rss-icon.html
+++ b/layouts/partials/rss-icon.html
@@ -1,5 +1,5 @@
{{ if .RSSLink }}
- <a href="{{ .RSSLink }}" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a>
+ <li><a href="{{ .RSSLink }}" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a></li>
{{ else }}
- <a href="{{ .Site.RSSLink }}" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a>
+ <li><a href="{{ .Site.RSSLink }}" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a></li>
{{ end }}