Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2022-01-19 00:13:14 +0300
committerRegis Philibert <login@regisphilibert.com>2022-01-19 00:13:14 +0300
commitd644dfbe42c0ca0089828d579cda968ae055cdb4 (patch)
tree10b98fd3e8090cb57f6d690ccb384098ea5e5e36
parent36c029abb9551e247e83789d6b3a02c2299a14e1 (diff)
User summary template file for taxonomy.html
Fixes #496
-rw-r--r--layouts/_default/taxonomy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index cba785a..6741379 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -8,7 +8,7 @@
<section class="flex-ns flex-wrap justify-around mt5">
{{ range .Pages }}
<div class="relative w-100 mb4 bg-white">
- {{ partial "summary.html" . }}
+ {{ .Render "summary" }}
</div>
{{ end }}
</section>