summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f63b8b8..62b3082 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: html dsgvo-privat.pdf dsgvo-privat-notes.pdf
html: dsgvo-privat.html
dsgvo-privat.html: dsgvo-privat.md
- pandoc -f markdown+inline_notes+smart \
+ pandoc -f markdown+inline_notes+smart+yaml_metadata_block+inline_notes \
-t revealjs+smart --standalone --slide-level=2 \
--css=usrspace.css \
-V 'revealjs-url:reveal.js/' \