diff options
-rw-r--r-- | layouts/index.html | 2 | ||||
-rw-r--r-- | layouts/partials/footer.html | 1 | ||||
m--------- | themes/anubis | 0 |
3 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> diff --git a/themes/anubis b/themes/anubis -Subproject c743743f428326fca41d13e83020d2ee620714e +Subproject 4768cf6f9cbb280c03715c9f2fa10753ba37162 |