Fix the static pages

`/minari`, `/gerrit-dashboard-generator`, and `/symbolon` was treated as generatable pages,
despite being configured in `STATIC_PATHS`.
This commit is contained in:
Gergely Polonkai 2019-11-13 18:07:00 +01:00
parent cc72dd525c
commit 21000c1fc5
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 10 additions and 1 deletions

10
content/pages/other.rst Normal file
View File

@ -0,0 +1,10 @@
Some pages i made
#################
:date: 2019-11-13T16:06Z
There are some pages i made for friends.
- `Calendar of the Minari <{static}../minari/index.html>`_
- `Gerrit Dashboard Generator <{static}../gerrit-dashboard-generator/index.html>`_
- `Symbolon <{static}../symbolon/index.html>`_

View File

@ -16,7 +16,6 @@ STATIC_PATHS = [
'pgpkey',
'minari',
'symbolon',
'symbolon/index.html',
'gergely@polonkai.eu.asc',
]