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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/main/list.html')
-rw-r--r--layouts/partials/main/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/main/list.html b/layouts/partials/main/list.html
index 030a59a..3f95241 100644
--- a/layouts/partials/main/list.html
+++ b/layouts/partials/main/list.html
@@ -7,7 +7,7 @@
{{ end }}
</nav>
- <article id="list-main" class="m">
+ <article id="list-main" class="m" data-dir="{{ $.context.Param "languagedir" | default "ltr" }}">
{{ partial "main/sections/list-main.html" .context }}
{{ if .section_to_display }}
{{ partial "main/sections/list-section.html" (dict "section_to_display" .section_to_display) }}