mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix feed titles
This commit is contained in:
parent
3f6877a9f1
commit
ba527a8fe2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ .Site.LanguageCode }}">
|
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ .Site.LanguageCode }}">
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Section | humanize}} on {{ .Site.Title }}</title>
|
||||||
<link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" />
|
<link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" />
|
||||||
<icon>{{ .Site.Params.icon | absURL }}</icon>
|
<icon>{{ .Site.Params.icon | absURL }}</icon>
|
||||||
<subtitle>{{ .Site.Params.Description }}</subtitle>
|
<subtitle>{{ .Site.Params.Description }}</subtitle>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ .Name | humanize }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue