mirror of https://github.com/M66B/FairEmail.git
Improved layout of privacy policy
This commit is contained in:
parent
ef2cb5d52f
commit
7f34d4f0a6
|
@ -400,7 +400,7 @@ tasks.register('updateFAQ', Exec) {
|
|||
|
||||
tasks.register('updatePrivacy', Exec) {
|
||||
workingDir "${rootDir}"
|
||||
commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail" --css=privacy.css PRIVACY.md -o privacy.html'
|
||||
commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail" -H privacy/header.html --css=privacy.css PRIVACY.md -o privacy/index.html'
|
||||
}
|
||||
|
||||
tasks.register('updateCrowdin', Exec) {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
|
@ -14,6 +14,7 @@
|
|||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="privacy.css" />
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||||
</head>
|
||||
<body>
|
||||
<header id="title-block-header">
|
Loading…
Reference in New Issue