Navigation Menu

Skip to content

Commit

Permalink
Improve catch
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 13, 2015
1 parent 0abb913 commit aed7a5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions _layouts/base.html
@@ -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">
Expand Down

0 comments on commit aed7a5e

Please sign in to comment.