Revert "deprecation warnings in hugo 0.55"

This reverts commit 83eed85227.
master
Daniel Schemmel 7 years ago committed by Calin Tataru
parent 83eed85227
commit 51329628ae
  1. 7
      layouts/partials/header.html

@ -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 -->

Loading…
Cancel
Save