diff --git a/.editorconfig b/.editorconfig index 12b2424..437199c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,3 +25,6 @@ indent_size = 4 [Makefile] indent_style = tab + +[*.md] +trim_trailing_whitespace = false diff --git a/layouts/index.html b/layouts/index.html index 21aaa1b..351b103 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@
-
+
{{ range where .Site.Pages "Type" "page" }} {{ .Content }} {{ end }}