Compare commits

...

2 Commits

Author SHA1 Message Date
Dorian Wood e7eadc9d75 forgot a file 2021-09-06 08:10:26 -04:00
Dorian Wood f2d96a847d Tweaking RSS generation and adding rss in head 2021-09-06 08:09:42 -04:00
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Dorian Wood">
@ -8,4 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | relURL }}">
{{ with .OutputFormats.Get "RSS" }}
<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ site.Title }}" />
{{ end }}
</head>