From a69bd97c27dfb755735518735763a65c46c6cd0b Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Fri, 8 Oct 2021 21:51:30 +0700 Subject: Update anubis version Remove overwriting lines to comply with new params --- layouts/index.html | 2 +- layouts/partials/footer.html | 1 - themes/anubis | 2 +- 3 files changed, 2 insertions(+), 3 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 @@
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} {{ range (.Paginate $pages).Pages }} - {{ partial "postSummary.html" . }} + {{ partial "post-summary.html" . }} {{ end }} {{ partial "pagination.html" . }}
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 @@

- {{ partial "themeSwitcher.html" . }} {{ partial "footer-extra.html" . }}
diff --git a/themes/anubis b/themes/anubis index c743743..4768cf6 160000 --- a/themes/anubis +++ b/themes/anubis @@ -1 +1 @@ -Subproject commit c743743f428326fca41d13e83020d2ee620714e2 +Subproject commit 4768cf6f9cbb280c03715c9f2fa10753ba37162b -- cgit 1.4.1