From cb6c739ec1c51d541b9775c3c5ebf241c46c6e24 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 3 Apr 2017 15:41:41 +1000 Subject: [PATCH] Move lang attr to parent div --- _includes/sqlstyle.guide.ja.md | 3 --- _includes/sqlstyle.guide.zh.md | 3 --- _layouts/default.html | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/_includes/sqlstyle.guide.ja.md b/_includes/sqlstyle.guide.ja.md index 97cc411..ed2b24e 100644 --- a/_includes/sqlstyle.guide.ja.md +++ b/_includes/sqlstyle.guide.ja.md @@ -1,5 +1,3 @@ -{::options parse_block_html="true" /} -
# SQLスタイルガイド(日本語訳) *** @@ -1209,4 +1207,3 @@ ZONE "SQL style guide by Simon Holywell" [licence-ja]: https://creativecommons.org/licenses/by-sa/4.0/deed.ja "Creative Commons Attribution-ShareAlike 4.0 International License" -
diff --git a/_includes/sqlstyle.guide.zh.md b/_includes/sqlstyle.guide.zh.md index 296c071..29f0e0a 100644 --- a/_includes/sqlstyle.guide.zh.md +++ b/_includes/sqlstyle.guide.zh.md @@ -1,5 +1,3 @@ -{::options parse_block_html="true" /} -
# SQL style guide SQL样式指南 这篇文档翻译自以[署名-相同方式共享 4.0 国际协议][licence-zh]发布的[http://www.sqlstyle.guide][sqlstyleguide],译文以原文同样的协议发布。 @@ -1200,4 +1198,3 @@ ZONE "SQL style guide by Simon Holywell" [licence-zh]: https://creativecommons.org/licenses/by-sa/4.0/deed.zh "署名-相同方式共享 4.0 国际" -
diff --git a/_layouts/default.html b/_layouts/default.html index 7647f5e..bf3307e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ {% include head.html %} -
+
{{ content }}
{% include foot.html %}