Requirements updated and new nunjucks variables

Fixed problems with base paths.
This commit is contained in:
Stephan Hagedorn 2020-04-04 23:56:49 +02:00
parent 8567604ea6
commit b2ea5b01aa
26 changed files with 1404 additions and 1228 deletions

View file

@ -1,19 +1,19 @@
{
"demoadditionallinks": [
{
"href": "/demo.html",
"href": "demo.html",
"text": "Index"
},
{
"href": "/demo/intro.html",
"href": "demo/intro.html",
"text": "Intro"
},
{
"href": "/demo/elements.html",
"href": "demo/elements.html",
"text": "Elements"
},
{
"href": "/demo/examples.html",
"href": "demo/examples.html",
"text": "Examples"
}
],
@ -22,6 +22,10 @@
"href": "demo/blank.html",
"text": "Blank"
},
{
"href": "demo/card.html",
"text": "Card"
},
{
"href": "demo/maintenance.html",
"text": "Maintenance"
@ -31,16 +35,24 @@
"text": "304"
},
{
"href": "demo/error/404.html",
"text": "404"
"href": "demo/error/400.html",
"text": "400"
},
{
"href": "demo/error/401.html",
"text": "401"
},
{
"href": "demo/error/403.html",
"text": "403"
},
{
"href": "demo/error/400.html",
"text": "400"
"href": "demo/error/404.html",
"text": "404"
},
{
"href": "demo/error/408.html",
"text": "408"
},
{
"href": "demo/error/500.html",