diff --git a/config.toml b/config.toml index 250a5023..fedc7c51 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ taxonomies = [ author = "Jessi von JessICan" clean_blog_menu = [ #{url = "$BASE_URL", name = "Startseite"}, - {url = "$BASE_URL/behandlung/behandlungsmethoden/", name = "Methoden"}, + {url = "$BASE_URL/behandlung/behandlungsmethoden/", name = "Meine Leistungen"}, {url = "$BASE_URL/pages/blog/", name = "Blog"}, {url = "$BASE_URL/behandlung/vorgehen/", name = "Preise"}, {url = "$BASE_URL/about/", name = "Über mich"}, diff --git a/templates/behandlung.html b/templates/behandlung.html index 5ea311b4..68cdd075 100644 --- a/templates/behandlung.html +++ b/templates/behandlung.html @@ -1,7 +1,7 @@ {% extends "template.html" %} -{% block title %}Behandlung - {{ config.title }}{% endblock title %} +{% block title %}Meine Leistungen - {{ config.title }}{% endblock title %} {% block description %} - + {% endblock description %} {% block header %} @@ -12,7 +12,7 @@
-

Meine Methoden im Überblick

+

Meine Leistungen im Überblick

@@ -22,7 +22,7 @@

Meine Methoden im Überblick

{% endblock header %} {% block content %} - +
diff --git a/templates/index.html b/templates/index.html index f6d1fde3..f24fa01b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -62,7 +62,7 @@