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

github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 112542a..8dd694b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -16,7 +16,7 @@
<div class="standard">
<h1 class="top-h1 mb-4">Taxa</h1>
<div class="p-3 bg-light shadow border rounded">
- {{ partial "taxa" (dict "this" .Site.Taxonomies "showAll" true) }}
+ {{ partial "taxa" (dict "taxo" .Site.Taxonomies "mysite" .) }}
</div>
</div>
</div>