diff --git a/app/build.gradle b/app/build.gradle index 1f410bd964..f9c5b55243 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -400,7 +400,7 @@ tasks.register('updateFAQ', Exec) { tasks.register('updatePrivacy', Exec) { workingDir "${rootDir}" - commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail" -H privacy/header.html --css=privacy.css PRIVACY.md -o privacy/index.html' + commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail" --metadata-file privacy/privacy.yaml PRIVACY.md -o privacy/index.html' } tasks.register('updateCrowdin', Exec) { diff --git a/privacy/header.html b/privacy/header.html deleted file mode 100644 index 6c3b31f8b2..0000000000 --- a/privacy/header.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/privacy/index.html b/privacy/index.html index 0f415346bc..806675cae2 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -13,8 +13,15 @@ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} - +