[Groonga-commit] droonga/droonga.org at 7189a94 [gh-pages] Set language and charset in HTML5 style

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 30 20:38:05 JST 2013


Kouhei Sutou	2013-12-30 20:38:05 +0900 (Mon, 30 Dec 2013)

  New Revision: 7189a942cc1e81b308a11ee12807081d000fa908
  https://github.com/droonga/droonga.org/commit/7189a942cc1e81b308a11ee12807081d000fa908

  Message:
    Set language and charset in HTML5 style

  Modified files:
    _layouts/base.html

  Modified: _layouts/base.html (+2 -1)
===================================================================
--- _layouts/base.html    2013-12-30 17:59:06 +0900 (254dce7)
+++ _layouts/base.html    2013-12-30 20:38:05 +0900 (4f11fce)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="{{ page.lang }}">
   <head>
     {% capture title %}{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %}
 
@@ -9,6 +9,7 @@
       {% assign description = site.description %}
     {% endif %}
 
+    <meta charset="UTF-8">
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <title>{{ title }}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index