1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Move lang attr to parent div

This commit is contained in:
Simon Holywell 2017-04-03 15:41:41 +10:00
parent 86689c57e3
commit cb6c739ec1
3 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,3 @@
{::options parse_block_html="true" /}
<div lang="ja">
# 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"
</div>

View file

@ -1,5 +1,3 @@
{::options parse_block_html="true" /}
<div lang="zh">
# 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 国际"
</div>

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="{{ page.lang }}">
<html lang="en-au">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -42,7 +42,7 @@
<meta itemprop="dependencies" content="SQL knowledge">
<meta itemprop="copyrightHolder" content="Simon Holywell">
{% include head.html %}
<main class="article-body wrap" id="content" itemprop="articleBody">
<main class="article-body wrap" id="content" itemprop="articleBody" lang="{{ page.lang }}">
{{ content }}
</main>
{% include foot.html %}