diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-08 21:51:30 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-08 22:57:52 +0700 |
commit | a69bd97c27dfb755735518735763a65c46c6cd0b (patch) | |
tree | a8cb1f3e53ff086ea62388c5089c7f48de2a2d8d /layouts | |
parent | 215467efb7d211f92a3d298c05a29214822027f4 (diff) | |
download | blog-a69bd97c27dfb755735518735763a65c46c6cd0b.tar.gz |
Update anubis version
Remove overwriting lines to comply with new params
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 2 | ||||
-rw-r--r-- | layouts/partials/footer.html | 1 |
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> |