Kouhei Sutou
null+****@clear*****
Tue Oct 13 22:35:14 JST 2015
Kouhei Sutou 2015-10-13 22:35:14 +0900 (Tue, 13 Oct 2015) New Revision: aed7a5ea10561636de5fc13c2314c40a06d0fe23 https://github.com/pgroonga/pgroonga.github.io/commit/aed7a5ea10561636de5fc13c2314c40a06d0fe23 Message: Improve catch Modified files: _config.yml _layouts/base.html Modified: _config.yml (+2 -2) =================================================================== --- _config.yml 2015-10-13 22:30:07 +0900 (3edc16e) +++ _config.yml 2015-10-13 22:35:14 +0900 (078adbc) @@ -8,8 +8,8 @@ postgresql_short_version: 9.4 windows_postgresql_version: 9.4.2-1 exclude: ["Rakefile", "Gemfile", "Gemfile.lock"] description: - en: A PostgreSQL extension to use Groonga as index - ja: Groongaをインデックスとして使うPostgreSQL拡張 + en: Make PostgreSQL fast full text search platform for all languages! + ja: PostgreSQLで高速日本語全文検索! kramdown: input: GFM Modified: _layouts/base.html (+3 -3) =================================================================== --- _layouts/base.html 2015-10-13 22:30:07 +0900 (6098a5c) +++ _layouts/base.html 2015-10-13 22:35:14 +0900 (64f0861) @@ -1,15 +1,15 @@ <!DOCTYPE html> <html lang="{{ page.language }}"> <head> - {% capture title %}{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %} - {% capture relative_path %}{{ page.url | remove_first: page.path_prefix | remove: "index.html" }}{% endcapture %} - {% if page.description %} {% assign description = page.description %} {% else %} {% capture description %}{% include site-description.html %}{% endcapture %} {% endif %} + {% capture title %}{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} - {{ description }}{% endif %}{% endcapture %} + {% capture relative_path %}{{ page.url | remove_first: page.path_prefix | remove: "index.html" }}{% endcapture %} + <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> -------------- next part -------------- HTML����������������������������...Download