revises header, feeds, and highlight templates
This commit is contained in:
parent
05b2b88987
commit
5e5939c343
3 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue