From 2417a6b7603524dc5cd30d29b153f91024b9443d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 1 Nov 2023 22:54:27 +0100 Subject: Move to Jekyll --- templates/notes.xml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 templates/notes.xml (limited to 'templates/notes.xml') diff --git a/templates/notes.xml b/templates/notes.xml deleted file mode 100644 index b7217fb..0000000 --- a/templates/notes.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - {{ .Config.Title }}'s notes - {{ .Config.BaseURL }} - {{ .Config.Description }} - en-us - - {{ range $idx, $page := .Pages }} - {{ if eq $page.Type "note" }} - - {{ $page.Title }} - {{ $.Config.BaseURL }}/{{ $page.RelPermalink }} - {{ $page.Created.Format "Mon, 02 Jan 2006 15:04:05 -0700" }} - {{ $.Config.BaseURL }}/{{ $page.RelPermalink }} - {{ $page.Summary }} - {{ $page.Raw }} - - {{ end }} - {{ end }} - - -- cgit v1.2.3