Remove obsolete dummies

This commit is contained in:
Anders Englöf Ytterström 2026-05-12 23:22:42 +02:00
parent 5503d59564
commit 51b54e1670

View file

@ -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)