commit
5d34df69a5
@ -1,6 +1,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
|
{{ with .OutputFormats.Get "rss" -}}
|
||||||
|
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{- if .IsHome -}}
|
{{- if .IsHome -}}
|
||||||
<meta name="description" content="{{ site.Params.Description }}" />
|
<meta name="description" content="{{ site.Params.Description }}" />
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user