We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fc133 commit 3ea668bCopy full SHA for 3ea668b
layouts/shortcodes/blog.html
@@ -0,0 +1,11 @@
1
+<section class="content-padding flex-row">
2
+ <div class="content-container">
3
+ {{ $latest := (first 8 (where $.Site.RegularPages.ByPublishDate.Reverse "Section" "posts")) }}
4
+
5
+ {{ partial "posts/list-with-summary.html" $latest }}
6
7
+ <div class="panel-box-action" style="text-align: left;">
8
+ <a class="panel-button" href="{{ "posts/" | relURL }}">Browse all posts ⟶</a>
9
+ </div>
10
11
+</section>
0 commit comments