diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php
index 114bcdd..0c11840 100644
--- a/content/contents/leistungen.blade.php
+++ b/content/contents/leistungen.blade.php
@@ -49,7 +49,12 @@
{!! $content->beschreibung !!}
- @isset($content->bilder)
+
+
+
+
+
+ @if($content->bilder)
Bilder
@@ -58,7 +63,7 @@
@endforeach
- @endisset
+ @endif
diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php
index 3dfa99a..8c28892 100644
--- a/content/includes/meta.blade.php
+++ b/content/includes/meta.blade.php
@@ -68,7 +68,7 @@
"{{ $content->image}}"
],
- "datePublished": "{{ $content->creaed_at}}",
+ "datePublished": "{{ $content->created_at}}",
"dateModified": "{{ $content->updated_at}}"
}