diff --git a/config.toml b/config.toml
index 8f902d2..15f3847 100644
--- a/config.toml
+++ b/config.toml
@@ -1,94 +1,94 @@
-baseURL = "https://www.ftecke.de"
-title = "FTE-Tech"
-author = "username"
-languageCode = "de-de"
-DefaultContentLanguage = "de"
-enableInlineShortcodes = true
-theme = "tella"
-enableRobotsTXT = true
-
-# Please enable this feature if the site is available in Japanese, Chinese or Korean.
-#hasCJKLanguage = true
-
-# If you're using Google Analytics, you can enable this feature.
-#googleAnalytics = "UA-12345678-1"
-
-# Disqus Comment System
-#disqusShortname = ""
-
-[params]
-
- showBlog = true
- mainSections = ['blog']
-
- googleFonts = false
-
- [params.logo]
- main = "img/logo/fte-logo.png"
- alt = "FTE Logo"
-
- # The size parameter is the class name of tailwindcss
- # https://tailwindcss.com/
- size = "h-14"
-
- [params.site]
- name = "FTE-Tech - Sonderlösungen"
-
- [params.icon]
- #If you want to use FontAwesome, set this parameter to true.
- fontawesome = true
-
- [params.homepage_meta_tags]
- meta_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
- meta_og_title = "FTE-Tech - Sonderlösungen"
- meta_og_type = "website"
- meta_og_url = "https://www.ftecke.de"
- # meta_og_image = "https://raw.githubusercontent.com/opera7133/tella/master/images/tn.png"
- meta_og_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
- meta_twitter_card = "summary_large_image"
- meta_twitter_site = "@username"
- meta_twitter_creator = "@username"
-
-[menu]
-
- [[menu.main]]
- identifier = "homepage"
- name = "Startseite"
- url = "/"
- weight = 1
-
- [[menu.main]]
- identifier = "products"
- name = "Lösungen & Produkte"
- url = "/products/"
- weight = 2
-
- [[menu.main]]
- identifier = "blog"
- name = "Neuheiten"
- url = "/blog/"
- weight = 3
-
- [[menu.main]]
- identifier = "about"
- name = "Über mich"
- url = "/about/"
- weight = 4
-
- [[menu.main]]
- identifier = "contact"
- name = "Kontakt"
- url = "/contact/"
- weight = 5
-
- # Footer Menu
- [[menu.footer]]
- name = "Impressum & Datenschutzerklärung"
- url = "/impressum-datenschutzerklaerung"
- weight = 1
-
- # [[menu.footer]]
- # name = "Github"
- # url = "https://git.ftecke.de/fte"
- # pre = ""
- # weight = 2
+baseURL = "https://www.ftecke.de"
+title = "FTE-Tech"
+author = "Fabian Ecke"
+languageCode = "de-de"
+DefaultContentLanguage = "de"
+enableInlineShortcodes = true
+theme = "tella"
+enableRobotsTXT = true
+
+# Please enable this feature if the site is available in Japanese, Chinese or Korean.
+#hasCJKLanguage = true
+
+# If you're using Google Analytics, you can enable this feature.
+#googleAnalytics = "UA-12345678-1"
+
+# Disqus Comment System
+#disqusShortname = ""
+
+[params]
+
+ showBlog = true
+ mainSections = ['blog']
+
+ googleFonts = false
+
+ [params.logo]
+ main = "img/logo/fte-logo.png"
+ alt = "FTE Logo"
+
+ # The size parameter is the class name of tailwindcss
+ # https://tailwindcss.com/
+ size = "h-14"
+
+ [params.site]
+ name = "FTE-Tech - Sonderlösungen"
+
+ [params.icon]
+ #If you want to use FontAwesome, set this parameter to true.
+ fontawesome = true
+
+ [params.homepage_meta_tags]
+ meta_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
+ meta_og_title = "FTE-Tech - Sonderlösungen"
+ meta_og_type = "website"
+ meta_og_url = "https://www.ftecke.de"
+ # meta_og_image = "https://raw.githubusercontent.com/opera7133/tella/master/images/tn.png"
+ meta_og_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
+ meta_twitter_card = "summary_large_image"
+ meta_twitter_site = "@username"
+ meta_twitter_creator = "@username"
+
+[menu]
+
+ [[menu.main]]
+ identifier = "homepage"
+ name = "Startseite"
+ url = "/"
+ weight = 1
+
+ [[menu.main]]
+ identifier = "products"
+ name = "Lösungen & Produkte"
+ url = "/products/"
+ weight = 2
+
+ [[menu.main]]
+ identifier = "blog"
+ name = "Neuheiten"
+ url = "/blog/"
+ weight = 3
+
+ [[menu.main]]
+ identifier = "about"
+ name = "Über mich"
+ url = "/about/"
+ weight = 4
+
+ [[menu.main]]
+ identifier = "contact"
+ name = "Kontakt"
+ url = "/contact/"
+ weight = 5
+
+ # Footer Menu
+ [[menu.footer]]
+ name = "Impressum & Datenschutzerklärung"
+ url = "/impressum-datenschutzerklaerung"
+ weight = 1
+
+ # [[menu.footer]]
+ # name = "Github"
+ # url = "https://git.ftecke.de/fte"
+ # pre = ""
+ # weight = 2