updates to conform to hugo 0.6 reqs

This commit is contained in:
Jeremy Kidwell 2020-01-05 20:57:35 +00:00
parent b185de3186
commit 6f35051554
9 changed files with 128 additions and 43 deletions

View file

@ -13,7 +13,7 @@
<link rel="apple-touch-icon-precomposed" href="{{ .Site.BaseURL }}/apple-touch-icon.png">
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon.ico" />
<!-- RSS -->
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
</script>
</head>