s/RSSlink/RSSLink
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
<meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
||||||
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}">
|
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}">
|
||||||
{{ if .RSSlink }}
|
{{ if .RSSLink }}
|
||||||
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
<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 }}
|
{{ end }}
|
||||||
{{ .Hugo.Generator }}
|
{{ .Hugo.Generator }}
|
||||||
<meta name="generation-date" content="{{ .Now }}">
|
<meta name="generation-date" content="{{ .Now }}">
|
||||||
@@ -34,4 +34,3 @@
|
|||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user