Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Lane <git@sean.lane.sh>2019-09-23 05:45:48 +0300
committerSean Lane <git@sean.lane.sh>2019-09-23 05:45:48 +0300
commit1d68166d314c8880f03d78a54dcc686ca8528e95 (patch)
tree2e8704542dc90a6defd14e7cdae2547a35f1eedf
parent665143071927b7247f659695bfe18f57f4d46322 (diff)
Use RegularPages to get rid of section index
-rw-r--r--layouts/partials/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index fea0b02..d468b7d 100644
--- a/layouts/partials/home.html
+++ b/layouts/partials/home.html
@@ -1,7 +1,7 @@
<div class="home">
<div class="recipes xs-px1 xs-mt2">
<div class="clearfix">
- {{ range sort (where .Site.Pages "Section" "recipes") "Title" }}
+ {{ range sort (where .Site.RegularPages "Section" "recipes") "Title" }}
<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
<a class="block relative bg-blue" href="{{ .RelPermalink }}">
{{ with .Resources.ByType "image" }}