diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:48:34 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:48:34 +0200 |
| commit | e9a04d9c7fa9edaf54cd16a0aefee4fcb0367a6c (patch) | |
| tree | c80c5d3f7c770e92a9814dd0fa318903460604a6 /src/feed.atom | |
| parent | 8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (diff) | |
| download | mitjafelicijan.com-e9a04d9c7fa9edaf54cd16a0aefee4fcb0367a6c.tar.gz | |
Restructure blog
Diffstat (limited to 'src/feed.atom')
| -rw-r--r-- | src/feed.atom | 6 |
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> |
