- + {% assign split_path = page.path | split: "/" %} {% assign locale = split_path[1] %} @@ -38,47 +30,8 @@ layout: default
- -
- {{ content }}
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..3a287c451 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ebe019920 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +_assets/css/vendor/* linguist-vendored +_assets/js/plugins/* linguist-vendored +_assets/js/vendor/* linguist-vendored +assets/fonts/* linguist-vendored +assets/js/vendor/* linguist-vendored \ No newline at end of file diff --git a/_layouts/splash.html b/_layouts/splash.html index ce61ae3c5..ee3b0346c 100644 --- a/_layouts/splash.html +++ b/_layouts/splash.html @@ -8,14 +8,6 @@ layout: default {% include page__hero_video.html %} {% endif %} - - -