revises header, feeds, and highlight templates

This commit is contained in:
Huy Tran 2018-07-26 18:01:14 +10:00
parent 05b2b88987
commit 5e5939c343
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,5 @@
{{- if .RSSLink -}}
<!-- RSS -->
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}