about summary refs log tree commit diff
path: root/layouts
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
parent215467efb7d211f92a3d298c05a29214822027f4 (diff)
downloadblog-a69bd97c27dfb755735518735763a65c46c6cd0b.tar.gz
Update anubis version
Remove overwriting lines to comply with new params
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/footer.html1
2 files changed, 1 insertions, 2 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>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5db94ac..ca9bb40 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -20,7 +20,6 @@
             </p>  
         </div> 
         <div>
-            {{ partial "themeSwitcher.html" . }}   
             {{ partial "footer-extra.html" . }}
         </div>
     </div>