renamed blog to articles in various layouts
authordanix <danix@danix.xyz>
Mon, 23 Jan 2023 18:20:50 +0000 (19:20 +0100)
committerdanix <danix@danix.xyz>
Mon, 23 Jan 2023 18:20:50 +0000 (19:20 +0100)
layouts/articles/baseof.html [moved from layouts/blog/baseof.html with 100% similarity]
layouts/articles/list.html [moved from layouts/blog/list.html with 100% similarity]
layouts/partials/home-latest-posts.html

index e3c1375..b3097b6 100644 (file)
@@ -1,6 +1,6 @@
 <div id="latest-posts">
        <h3>latest posts</h3>
-       {{ range where $.Site.RegularPages.ByLastmod.Reverse "Section" "blog" }}
+       {{ range where $.Site.RegularPages.ByLastmod.Reverse "Section" "articles" }}
        <article class="post post-summary">
                <header class="article-meta">
                        <h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>