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

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-05 20:40:55 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-05 20:40:55 +0300
commit1bc99d08a4e6669dd585177e1e93d93f26ffd17e (patch)
treed7e4a6629510c622d46612e3685bd2f07a43f480 /layouts
parentf13fb441aef2497484e071dd4593e51aa100e424 (diff)
fix a bug in slide layout presenter mode
Diffstat (limited to 'layouts')
-rw-r--r--layouts/slides/single.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/slides/single.html b/layouts/slides/single.html
index 288eb58..1bcc28d 100644
--- a/layouts/slides/single.html
+++ b/layouts/slides/single.html
@@ -65,4 +65,9 @@
<meta name="twitter:site" content="@{{ .Site.Params.Twitter }}" />
{{ end }}
-{{ define "footer" }}{{ end }}
+{{ define "about" }}
+ &nbsp;
+{{ end }}
+{{ define "footer" }}
+ &nbsp;
+{{ end }}