updates to conform to hugo 0.6 reqs
This commit is contained in:
parent
b185de3186
commit
6f35051554
9 changed files with 128 additions and 43 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue