diff --git a/config.toml b/config.toml index 38754bc..70ff191 100644 --- a/config.toml +++ b/config.toml @@ -39,6 +39,10 @@ title = 'Intergalaktische Erfahrungsreise' name = "Wiki" url = "https://wiki.fairydust.reisen/" weight = 45 + [[menu.main]] + name = "Lageplan" + url = "/lageplan.pdf" + weight = 47 # [[menu.main]] # name = "Feedback" # url = "https://wiki.fairydust.reisen/feedback" diff --git a/static/lageplan.pdf b/static/lageplan.pdf new file mode 100644 index 0000000..dcb610e Binary files /dev/null and b/static/lageplan.pdf differ