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:
authorJake Howard <git@theorangeone.net>2018-01-02 21:47:09 +0300
committerJake Howard <git@theorangeone.net>2018-01-02 21:47:09 +0300
commitee8b3c82d3d6e172bc3218539fd2fcc06cd6dda8 (patch)
tree3c0ef411a1be09791e4a5b1c275f37a0dfabcb4f
parent537b72232fad3bac6b4401c0615b48828d67ae00 (diff)
Add unique id for slides
-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>