about summary refs log tree commit diff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-08 21:51:30 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-08 22:57:52 +0700
commita69bd97c27dfb755735518735763a65c46c6cd0b (patch)
treea8cb1f3e53ff086ea62388c5089c7f48de2a2d8d /layouts/index.html
parent215467efb7d211f92a3d298c05a29214822027f4 (diff)
downloadblog-a69bd97c27dfb755735518735763a65c46c6cd0b.tar.gz
Update anubis version
Remove overwriting lines to comply with new params
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e1bfe7f..8367de4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -11,7 +11,7 @@
     <div class="articles h-feed">
         {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
         {{ range (.Paginate $pages).Pages }}
-            {{ partial "postSummary.html" . }}
+            {{ partial "post-summary.html" . }}
         {{ end }}
         {{ partial "pagination.html" . }}
     </div>