commit
5d34df69a5
@ -1,6 +1,10 @@
|
||||
<meta charset="utf-8">
|
||||
<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 -}}
|
||||
<meta name="description" content="{{ site.Params.Description }}" />
|
||||
{{- else -}}
|
||||
|
Loading…
Reference in New Issue
Block a user