diff options
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2017/12/movies.html | 7 | ||||
-rw-r--r-- | _posts/2018/01/new-blog.html | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/_posts/2017/12/movies.html b/_posts/2017/12/movies.html index dbd10e4..fa6ac1e 100644 --- a/_posts/2017/12/movies.html +++ b/_posts/2017/12/movies.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 2 | <html lang="zh-Hans-CN" xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> | 3 | <head> |
4 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 4 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
5 | <title> | 5 | <title> |
@@ -29,7 +29,7 @@ | |||
29 | <div class="document"> | 29 | <div class="document"> |
30 | <div class="documentwrapper"> | 30 | <div class="documentwrapper"> |
31 | <div class="bodywrapper"> | 31 | <div class="bodywrapper"> |
32 | <div class="body" role="main"> | 32 | <div class="body han-init-context" role="main"> |
33 | <div class="section" id="movie"> | 33 | <div class="section" id="movie"> |
34 | <span id="id1"> | 34 | <span id="id1"> |
35 | </span> | 35 | </span> |
@@ -427,5 +427,8 @@ | |||
427 | </div> | 427 | </div> |
428 | <script async="" defer="" src="../../../_static/han.min.js" type="text/javascript"> | 428 | <script async="" defer="" src="../../../_static/han.min.js" type="text/javascript"> |
429 | </script> | 429 | </script> |
430 | <script type="text/javascript"> | ||
431 | Han.init() | ||
432 | </script> | ||
430 | </body> | 433 | </body> |
431 | </html> \ No newline at end of file | 434 | </html> \ No newline at end of file |
diff --git a/_posts/2018/01/new-blog.html b/_posts/2018/01/new-blog.html index 8c00896..9a513bc 100644 --- a/_posts/2018/01/new-blog.html +++ b/_posts/2018/01/new-blog.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 2 | <html lang="zh-Hans-CN" xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> | 3 | <head> |
4 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 4 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
5 | <title> | 5 | <title> |
@@ -29,7 +29,7 @@ | |||
29 | <div class="document"> | 29 | <div class="document"> |
30 | <div class="documentwrapper"> | 30 | <div class="documentwrapper"> |
31 | <div class="bodywrapper"> | 31 | <div class="bodywrapper"> |
32 | <div class="body" role="main"> | 32 | <div class="body han-init-context" role="main"> |
33 | <div class="section" id="newblog"> | 33 | <div class="section" id="newblog"> |
34 | <span id="id1"> | 34 | <span id="id1"> |
35 | </span> | 35 | </span> |
@@ -228,5 +228,8 @@ | |||
228 | </div> | 228 | </div> |
229 | <script async="" defer="" src="../../../_static/han.min.js" type="text/javascript"> | 229 | <script async="" defer="" src="../../../_static/han.min.js" type="text/javascript"> |
230 | </script> | 230 | </script> |
231 | <script type="text/javascript"> | ||
232 | Han.init() | ||
233 | </script> | ||
231 | </body> | 234 | </body> |
232 | </html> \ No newline at end of file | 235 | </html> \ No newline at end of file |