Add auto-discovery link to RSS feed for browsers

This commit is contained in:
Christoffer Müller Madsen 2017-08-06 03:35:03 +02:00
parent 673c6864df
commit 9a2399575c

View File

@ -7,8 +7,9 @@
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.SiteDescription }}{{ end }}">
<meta property="og:title" content="{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}">
<meta property="og:site_name" content="{{ .Site.Title }}">
<link rel="stylesheet" type="text/css" href="{{.Page.Site.BaseURL}}/css/style.css">
{{.Hugo.Generator}}
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ .Site.Title }}" href="{{ .Site.RSSLink }}" />
<link rel="stylesheet" type="text/css" href="{{.Page.Site.BaseURL}}css/style.css">
</head>
<body>
<h1>{{.Site.Params.siteHeading}}</h1>