commit 0be4ec6d2dffd4bc4e051b42c504a648270f6ac5
parent eef856c58c96fb3116bbb1c95df882d2c7c172be
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu,  3 Sep 2020 15:08:59 +0200

Change category feed name

Also another detail.

Diffstat:
Mlayouts/_default/baseof.html | 2+-
Mlayouts/_default/list.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ <head> {{ partial "head-base.html" . -}} {{- $style := resources.Get "css/style.scss" | toCSS | minify | fingerprint }} - <link id="theme" rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}"> + <link rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}"> {{- block "add-to-header" . }}{{ end }} </head> <body> diff --git a/layouts/_default/list.html b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ define "add-to-header" }} {{- if eq .Kind "term" }} -<link rel="alternate" type="application/atom+xml" title="{{ .Data.Singular | title }}: {{ .Title }} on Oscar's Blog" href="{{ .RelPermalink }}index.xml"> +<link rel="alternate" type="application/atom+xml" title="{{ .Title }} on Oscar's Blog" href="{{ .RelPermalink }}index.xml"> {{ end }} {{ end }}