|
@@ -19,7 +19,7 @@
|
|
{{ end }}
|
|
{{ end }}
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="row" id="recent-post-cards">
|
|
<div class="row" id="recent-post-cards">
|
|
- {{ range first $numShow (where site.RegularPages.ByDate.Reverse "Type" "in" "posts" )}}
|
|
|
|
|
|
+ {{ range first $numShow (where (where site.RegularPages.ByDate.Reverse "Type" "posts" ) "Layout" "!=" "search") }}
|
|
{{ partial "cards/recent-post.html" . }}
|
|
{{ partial "cards/recent-post.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|
|
</div>
|
|
</div>
|