|
|
|
|
@ -8,8 +8,11 @@ |
|
|
|
|
{{ if .Site.Params.favicon }} |
|
|
|
|
<link rel="icon" href="{{ .Site.Params.favicon | absURL }}"> |
|
|
|
|
{{ end }} |
|
|
|
|
{{ partial "css" . }} {{ partial "js" . }} {{ hugo.Generator }} |
|
|
|
|
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}. |
|
|
|
|
{{ partial "css" . }} {{ partial "js" . }} {{ .Hugo.Generator }} |
|
|
|
|
{{ if .RSSLink }} |
|
|
|
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> |
|
|
|
|
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" /> |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
{{ if .Site.GoogleAnalytics }} |
|
|
|
|
<!-- Global Site Tag (gtag.js) - Google Analytics --> |
|
|
|
|
|