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

github.com/RealOrangeOne/hugo-theme-revealjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/slide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/slide.html b/layouts/partials/slide.html
index 7aec2e8..2cd7688 100644
--- a/layouts/partials/slide.html
+++ b/layouts/partials/slide.html
@@ -1,4 +1,4 @@
-<section>
+<section id="{{ .URL }}">
{{ if .Title }}
{{ if not .Params.hide_title }}
<h1>{{ .Title }}</h1>