Include RSS header
This commit is contained in:
parent
4925c27913
commit
19178b6791
2 changed files with 8 additions and 2 deletions
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
<link rel="canonical" href="{{ .URL | relURL }}">
|
||||
|
||||
{{ with .OutputFormats.Get "rss" -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||
{{ end -}}
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relURL }}">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue