Section not kind
This commit is contained in:
parent
c39f153d27
commit
0a1eec3d47
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
<div class="box special">
|
<div class="box special">
|
||||||
<h2>Projects</h2>
|
<h2>Projects</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{ range first 6 (where .Data.Pages.ByDate "Kind" "projects") }}
|
{{ range first 6 (where .Data.Pages.ByDate "Section" "projects") }}
|
||||||
{{ if ne .Section "" }}
|
{{ if ne .Section "" }}
|
||||||
{{ partial "box.html" . }}
|
{{ partial "box.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue