Make it even more useful
This commit is contained in:
parent
8b531c9b62
commit
40fb6a32ac
1 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ def vaktis():
|
||||||
Path("index.md"),
|
Path("index.md"),
|
||||||
{
|
{
|
||||||
"title": "Anders Englöf Ytterströms hemsida",
|
"title": "Anders Englöf Ytterströms hemsida",
|
||||||
"template": "home.html.j2",
|
"layout": "home.html.j2",
|
||||||
"_destination": Path("index.md"),
|
"_destination": Path("index.md"),
|
||||||
"content": "",
|
"content": "",
|
||||||
},
|
},
|
||||||
|
|
@ -19,7 +19,7 @@ def vaktis():
|
||||||
(
|
(
|
||||||
Path("webblogg.md"),
|
Path("webblogg.md"),
|
||||||
{
|
{
|
||||||
"template": "blog.html.j2",
|
"layout": "blog.html.j2",
|
||||||
"title": "Anders Englöf Ytterströms webblogg",
|
"title": "Anders Englöf Ytterströms webblogg",
|
||||||
"_destination": Path("webblogg/index.md"),
|
"_destination": Path("webblogg/index.md"),
|
||||||
"content": "",
|
"content": "",
|
||||||
|
|
@ -30,7 +30,7 @@ def vaktis():
|
||||||
(
|
(
|
||||||
Path("inlagg.md"),
|
Path("inlagg.md"),
|
||||||
{
|
{
|
||||||
"template": "blog.html.j2",
|
"layout": "blog.html.j2",
|
||||||
"title": "Anders Englöf Ytterströms webblogg",
|
"title": "Anders Englöf Ytterströms webblogg",
|
||||||
"select": "articles",
|
"select": "articles",
|
||||||
"_destination": Path("inlagg/index.md"),
|
"_destination": Path("inlagg/index.md"),
|
||||||
|
|
@ -42,7 +42,7 @@ def vaktis():
|
||||||
(
|
(
|
||||||
Path("lanktips.md"),
|
Path("lanktips.md"),
|
||||||
{
|
{
|
||||||
"template": "blog.html.j2",
|
"layout": "blog.html.j2",
|
||||||
"title": "Anders Englöf Ytterströms webblogg",
|
"title": "Anders Englöf Ytterströms webblogg",
|
||||||
"select": "links",
|
"select": "links",
|
||||||
"_destination": Path("lanktips/index.md"),
|
"_destination": Path("lanktips/index.md"),
|
||||||
|
|
@ -54,7 +54,7 @@ def vaktis():
|
||||||
(
|
(
|
||||||
Path("evenemang.html"),
|
Path("evenemang.html"),
|
||||||
{
|
{
|
||||||
"template": "blog.html.j2",
|
"layout": "blog.html.j2",
|
||||||
"title": "Anders Englöf Ytterströms deltaganden i konserter och festivaler sedan 2000",
|
"title": "Anders Englöf Ytterströms deltaganden i konserter och festivaler sedan 2000",
|
||||||
"select": "events",
|
"select": "events",
|
||||||
"_destination": Path("evenemang/index.md"),
|
"_destination": Path("evenemang/index.md"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue