diff --git a/themes/meins/layouts/shortcodes/hervorhebung.html b/themes/meins/layouts/shortcodes/hervorhebung.html
index f3ded11..8785441 100644
--- a/themes/meins/layouts/shortcodes/hervorhebung.html
+++ b/themes/meins/layouts/shortcodes/hervorhebung.html
@@ -1,6 +1,2 @@
-{{ $class := .Get 0 }}
-{{ if .Get 1 }}
-
-{{ end }}
-{{ .Inner }}
-{{ if .Get 1 }}{{ end }}
\ No newline at end of file
+{{ $class := .Get "class" }}
+{{ .Inner }}
\ No newline at end of file