From: danix Date: Mon, 23 Jan 2023 18:20:50 +0000 (+0100) Subject: renamed blog to articles in various layouts X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=1470fb401259f6dfafdb0423013b2cf4a4d5af25 renamed blog to articles in various layouts --- 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" }}