From 1470fb401259f6dfafdb0423013b2cf4a4d5af25 Mon Sep 17 00:00:00 2001 From: danix Date: Mon, 23 Jan 2023 19:20:50 +0100 Subject: [PATCH] renamed blog to articles in various layouts --- layouts/{blog => articles}/baseof.html | 0 layouts/{blog => articles}/list.html | 0 layouts/partials/home-latest-posts.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename layouts/{blog => articles}/baseof.html (100%) rename layouts/{blog => articles}/list.html (100%) diff --git a/layouts/blog/baseof.html b/layouts/articles/baseof.html similarity index 100% rename from layouts/blog/baseof.html rename to layouts/articles/baseof.html diff --git a/layouts/blog/list.html b/layouts/articles/list.html similarity index 100% rename from layouts/blog/list.html rename to layouts/articles/list.html diff --git a/layouts/partials/home-latest-posts.html b/layouts/partials/home-latest-posts.html index e3c1375..b3097b6 100644 --- a/layouts/partials/home-latest-posts.html +++ b/layouts/partials/home-latest-posts.html @@ -1,6 +1,6 @@

latest posts

- {{ range where $.Site.RegularPages.ByLastmod.Reverse "Section" "blog" }} + {{ range where $.Site.RegularPages.ByLastmod.Reverse "Section" "articles" }}