aboutsummaryrefslogtreecommitdiff
path: root/src/feed.atom
diff options
context:
space:
mode:
Diffstat (limited to 'src/feed.atom')
-rw-r--r--src/feed.atom6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feed.atom b/src/feed.atom
index 9dc15ae..33fa07f 100644
--- a/src/feed.atom
+++ b/src/feed.atom
@@ -2,14 +2,14 @@
2<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0"> 2<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
3 <id>{{ .Site.Other.Url }}</id> 3 <id>{{ .Site.Other.Url }}</id>
4 <title>{{ .Site.Other.Title }}</title> 4 <title>{{ .Site.Other.Title }}</title>
5 {{ with .Site.Pages.Children "blog/" }} 5 {{ with .Site.Pages.Children "notes/" }}
6 <updated>{{ .First.Date.Format "2006-01-02T15:04:05Z07:00" }}</updated> 6 <updated>{{ .First.Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
7 {{ end }} 7 {{ end }}
8 <author><name>{{ .Site.Other.Author }}</name></author> 8 <author><name>{{ .Site.Other.Author }}</name></author>
9 <link href="{{ .Site.Other.Url }}" rel="alternate"></link> 9 <link href="{{ .Site.Other.Url }}" rel="alternate"></link>
10 <generator uri="https://github.com/piranha/gostatic">gostatic</generator> 10 <generator uri="https://github.com/piranha/gostatic">gostatic</generator>
11 11
12{{ with .Site.Pages.Children "blog/" }} 12{{ with .Site.Pages.Children "notes/" }}
13{{ range .Slice 0 5 }} 13{{ range .Slice 0 5 }}
14<entry> 14<entry>
15 <id>{{ .Url }}</id> 15 <id>{{ .Url }}</id>
@@ -30,7 +30,7 @@
30{{ end }} 30{{ end }}
31{{ end }} 31{{ end }}
32 32
33{{ with .Site.Pages.Children "research/" }} 33{{ with .Site.Pages.Children "sandbox/" }}
34{{ range .Slice 0 5 }} 34{{ range .Slice 0 5 }}
35<entry> 35<entry>
36 <id>{{ .Url }}</id> 36 <id>{{ .Url }}</id>