diff --git a/themes/arch/layouts/index.html b/themes/arch/layouts/index.html index 26a932e0d9be3370c66425b567d13f21a3df2a13..89efbc041fc1038e45e051bf918203d7106ed700 100644 --- a/themes/arch/layouts/index.html +++ b/themes/arch/layouts/index.html @@ -5,12 +5,14 @@ RSS Feed - {{ range (where .Data.Pages.ByPublishDate "Section" "posts") }} -

{{.Title}}

-

{{.Date.Format "2006-01-02"}}

-

- {{.Content}} -
+ {{ range where $.Site.Pages.ByPublishDate.Reverse "Section" "posts" }} + {{ if ge (len .Content) 1}} +

{{.Title}}

+

{{.Date.Format "2006-01-02"}}

+

+ {{.Content}} +
+ {{end}} {{end}} {{partial "footer.html" .}} diff --git a/themes/arch/layouts/lolkek/single.html b/themes/arch/layouts/lolkek/single.html deleted file mode 100644 index 918950632cabf663099c0d257589c9af1dc15b73..0000000000000000000000000000000000000000 --- a/themes/arch/layouts/lolkek/single.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ partial "header.html" . }} -
-
-
-
-

{{.Title}}

- -
{{.Content}}
-
-{{ partial "footer.html" . }}