diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8a3acc9b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 + +trim_trailing_whitespace = true +insert_final_newline = true + +[*.css] +indent_style = tab diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 68f97ef1..8ce4666b 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,15 +1,12 @@ -{{ partial "head.html" . }} -
- {{ partial "header.html" . }} -