Adding RSS
This commit is contained in:
parent
7027924ef9
commit
820b14ffe0
5 changed files with 41 additions and 36 deletions
|
|
@ -9,7 +9,11 @@
|
|||
}}{{ end }}{{ end }}
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1" />
|
||||
{{ hugo.Generator }} {{ $sass := resources.Get "sass/style.scss" }} {{
|
||||
{{ range .AlternativeOutputFormats }}
|
||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .RelPermalink }}">
|
||||
{{ end }}
|
||||
|
||||
{{ $sass := resources.Get "sass/style.scss" }} {{
|
||||
$style := $sass | css.Sass | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue