diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-08 23:01:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-08 23:01:56 +0200 |
| commit | 14b477bae6a478f65dac2796ab94c45a8ee485ef (patch) | |
| tree | daee1e82462c9754d9b5856448f02792f6d6006f /themes/simple | |
| parent | e991d468ea3ccc944b5e15743e1e8ce5c1728609 (diff) | |
| download | mitjafelicijan.com-14b477bae6a478f65dac2796ab94c45a8ee485ef.tar.gz | |
Repo cleanup
Diffstat (limited to 'themes/simple')
| -rw-r--r-- | themes/simple/layouts/_default/rss.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml index 38c8755..fed3ea1 100644 --- a/themes/simple/layouts/_default/rss.xml +++ b/themes/simple/layouts/_default/rss.xml | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | {{ range (where .Site.RegularPages "Section" "posts") }} | 10 | {{ range (where .Site.RegularPages "Section" "posts") }} |
| 11 | <item> | 11 | <item> |
| 12 | |||
| 12 | <title>{{ .Title }}</title> | 13 | <title>{{ .Title }}</title> |
| 13 | <link>{{ .Permalink }}</link> | 14 | <link>{{ .Permalink }}</link> |
| 14 | <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> | 15 | <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> |
