From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- templates/index.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'templates/index.xml') diff --git a/templates/index.xml b/templates/index.xml index 830dd90..11c4886 100644 --- a/templates/index.xml +++ b/templates/index.xml @@ -1,21 +1,21 @@ - {{ .Config.Title }}'s posts - {{ .Config.BaseURL }} - {{ .Config.Description }} - {{ .Config.Language }} + {{ .Config.Title }}'s posts + {{ .Config.BaseURL }} + {{ .Config.Description }} + {{ .Config.Language }} - {{ range $idx, $page := .Pages }} - {{ if eq $page.Type "post" }} - - {{ $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 }} + {{ range $idx, $page := .Pages }} + {{ if eq $page.Type "post" }} + + {{ $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