summaryrefslogtreecommitdiffstats
path: root/layouts/page/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page/single.html')
-rw-r--r--layouts/page/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index 03c488a..d31cbe7 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<article class="page">
+<article class="page" id="page-{{ .File.TranslationBaseName | lower }}">
<h1 class="page-title">{{ .Params.caption | default .Title }}</h1>
{{ .Content }}
</article>