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

github.com/shaform/hugo-theme-den.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2019-08-16 20:02:49 +0300
committerShaform <shaform@gmail.com>2019-08-16 20:02:49 +0300
commite27fe884d0b48106f65790ea639c2ee80e4bd8ad (patch)
tree25698d440ab4749c59ea222fea8953a077fc4d9c /layouts
parent0da7206bdb8c4b2332785011cd87ed3b4ba15e79 (diff)
just use equal
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 9785558..ad6557d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -22,7 +22,7 @@
{{ define "main" }}
{{- $pages := .Pages -}}
{{- if .IsHome -}}
- {{- $pages = where .Site.RegularPages "Type" "in" "posts" -}}
+ {{- $pages = where .Site.RegularPages "Type" "posts" -}}
{{- end -}}
{{- $paginator := .Paginate $pages -}}
<div class="archive-container">