From c92fe47ed315b0ccb309bf5d0ad650e13d6b93d0 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 28 Aug 2023 20:45:13 +0200 Subject: [PATCH] Update address --- config.toml | 6 ++++-- templates/base.html | 2 +- templates/index.html | 4 ++-- templates/shortcodes/address.html | 2 +- templates/shortcodes/contact.html | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 617bd32..30435c0 100644 --- a/config.toml +++ b/config.toml @@ -2,10 +2,13 @@ base_url = "https://yinghong-massage.de" title = "Ying Yang Massage" -description = "Ferdinand-Remy-Str. 23, 56859 Alf" author = "Yinghong Yang" lang = "de" +# THE ADDRESS +# Make sure to change the latitude and longitude on the map after changing this address. +description = "Mühlenstraße 69, 56859 Alf" + compile_sass = false build_search_index = false @@ -18,7 +21,6 @@ portrait_path = "images/index/portrait.jpeg" appointment_image_filename = "image.jpg" # Kontakt -address = "Ferdinand-Remy-Str. 23, 56859 Alf" mobile_number = "0176 4474 8221" phone_number = "06542-9690619" email = "yinghong-yang@protonmail.com" diff --git a/templates/base.html b/templates/base.html index 4dcb851..a553744 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,7 +36,7 @@

{{ config.title }}

-
{{ config.extra.address }}
+
{{ config.description }}
diff --git a/templates/index.html b/templates/index.html index 0ba69a5..edb43aa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ {% endblock %} diff --git a/templates/shortcodes/address.html b/templates/shortcodes/address.html index d78b74f..88d7bb9 100644 --- a/templates/shortcodes/address.html +++ b/templates/shortcodes/address.html @@ -1 +1 @@ -{{ config.extra.address }} +{{ config.description }} diff --git a/templates/shortcodes/contact.html b/templates/shortcodes/contact.html index a9bdb2e..82cd4fd 100644 --- a/templates/shortcodes/contact.html +++ b/templates/shortcodes/contact.html @@ -21,7 +21,7 @@ Adresse: - {{ config.extra.address }} + {{ config.description }}