Remove obsolete dummies
This commit is contained in:
parent
5503d59564
commit
51b54e1670
1 changed files with 0 additions and 43 deletions
|
|
@ -56,49 +56,6 @@ def vaktis():
|
|||
"content": "",
|
||||
},
|
||||
),
|
||||
(
|
||||
Path("webblogg.md"),
|
||||
{
|
||||
"layout": "blog.html.j2",
|
||||
"title": "Anders Englöf Ytterströms webblogg",
|
||||
"_destination": Path("webblogg/index.md"),
|
||||
"content": "",
|
||||
"page": 0,
|
||||
},
|
||||
),
|
||||
(
|
||||
Path("inlagg.md"),
|
||||
{
|
||||
"layout": "blog.articles.html.j2",
|
||||
"title": "Inlägg från Anders Englöf Ytterströms webblogg",
|
||||
"select": "articles",
|
||||
"_destination": Path("inlagg/index.md"),
|
||||
"content": "",
|
||||
"page": 0,
|
||||
},
|
||||
),
|
||||
(
|
||||
Path("lanktips.md"),
|
||||
{
|
||||
"layout": "blog.links.html.j2",
|
||||
"title": "Länktips från Anders Englöf Ytterströms webblogg",
|
||||
"select": "links",
|
||||
"_destination": Path("lanktips/index.md"),
|
||||
"content": "",
|
||||
"page": 0,
|
||||
},
|
||||
),
|
||||
(
|
||||
Path("evenemang.html"),
|
||||
{
|
||||
"layout": "blog.events.html.j2",
|
||||
"title": "Anders Englöf Ytterströms deltaganden i konserter och festivaler sedan 2000",
|
||||
"select": "events",
|
||||
"_destination": Path("evenemang/index.md"),
|
||||
"content": "",
|
||||
"page": 0,
|
||||
},
|
||||
),
|
||||
] + list(items)
|
||||
return map(lambda i: i, items)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue