0
0
Fork 0

add rss link

This adds the rss link. Nearly missed that before the release.
This commit is contained in:
Gibheer 2015-11-17 21:06:55 +01:00
parent b38f447af7
commit 14ae048e15
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<html>
<head>
<title>{{ if eq .URL "/" }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
{{ if .RSSlink }}
<link href="{{ .RSSlink }}" rel="alternate" title="RSS 2.0" type="application/rss+xml" />
{{ end }}
<link href="{{ .Site.BaseURL }}/css/style.css" rel="stylesheet" type="text/css"></link>
</head>
<body>