diff --git a/layouts/shortcodes/faq.html b/layouts/shortcodes/faq.html index 99aa589..204863d 100644 --- a/layouts/shortcodes/faq.html +++ b/layouts/shortcodes/faq.html @@ -1,29 +1,12 @@ {{ $_hugo_config := `{ "version": 1 }` }} -{{ if .Get 1 }} -
-
- - {{ .Get 0 | markdownify }} - - -
-
-
{{ .Inner | markdownify }}
-
+
+ -{{else}} -
- -
-
{{ .Inner | markdownify }}
-
+
+
{{ .Inner | markdownify }}
-{{end}} \ No newline at end of file +
\ No newline at end of file