From e9a04d9c7fa9edaf54cd16a0aefee4fcb0367a6c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 05:48:34 +0200 Subject: Restructure blog --- src/feed.atom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/feed.atom') 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 @@ {{ .Site.Other.Url }} {{ .Site.Other.Title }} - {{ with .Site.Pages.Children "blog/" }} + {{ with .Site.Pages.Children "notes/" }} {{ .First.Date.Format "2006-01-02T15:04:05Z07:00" }} {{ end }} {{ .Site.Other.Author }} gostatic -{{ with .Site.Pages.Children "blog/" }} +{{ with .Site.Pages.Children "notes/" }} {{ range .Slice 0 5 }} {{ .Url }} @@ -30,7 +30,7 @@ {{ end }} {{ end }} -{{ with .Site.Pages.Children "research/" }} +{{ with .Site.Pages.Children "sandbox/" }} {{ range .Slice 0 5 }} {{ .Url }} -- cgit v1.2.3