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: