diff --git a/.gitignore b/.gitignore
index 9b6266b..1ef8200 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,2 @@
# Ignoriere den Ordner public/ (und dessen Inhalt)
public/
-
-# Hugo build stats
-hugo_stats.json
diff --git a/layouts/_default/service01.html b/layouts/_default/service01.html
index e85afb2..85e38c6 100644
--- a/layouts/_default/service01.html
+++ b/layouts/_default/service01.html
@@ -1,58 +1,29 @@
-
-
{{ define "main" }}
{{ partial "page-title.html" . }}
-
-{{ if or (eq .Section "post") (eq .Section "posts") (eq .Section "blog") (eq .Section "blogs") (eq .Section "news") (eq .Section "categories") (eq .Section "tags") }}
-
-{{ .Title }}
-
-
- {{- end }}
-