From 5ed6e414c29506a482250441e3a29d1b906c5a00 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Mon, 9 Apr 2018 13:17:55 +0200 Subject: [PATCH] Use local copy of reveal.js --- .gitignore | 1 + DSGVO.html | 20 ++++++++++---------- Makefile | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e8224b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*swp diff --git a/DSGVO.html b/DSGVO.html index aed22b4..e853719 100644 --- a/DSGVO.html +++ b/DSGVO.html @@ -7,20 +7,20 @@ - + - + @@ -243,7 +243,7 @@ Gleiche Bedingungen wie bei Auskunft

Beispiel

-Fisten
Fisten
+Fristen
Fristen

Beispiel

@@ -288,8 +288,8 @@ Gleiche Bedingungen wie bei Auskunft - - + + diff --git a/Makefile b/Makefile index ab570bf..2120d76 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: DSGVO.html DSGVO.html: DSGVO.md pandoc -t revealjs --standalone --smart --slide-level=2 \ --css=usrspace.css \ - -V 'revealjs-url:https://cdn.jsdelivr.net/npm/reveal.js@3/' \ + -V 'revealjs-url:reveal.js/' \ -o DSGVO.html DSGVO.md clean: