Skip to content

Commit 6237dc8

Browse files
committed
Update description
1 parent 94ce948 commit 6237dc8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2 id='about_us'>About Us</h2>
22

3-
<p>札幌にて <a href='http://www.ruby-lang.org'>Ruby</a> に関する活動を行っているコミュニティです。<a href='/events/workshop'>Ruby勉強会@札幌</a> などのイベントをたまに開催しています。</p>
3+
<p>札幌にて <a href='http://www.ruby-lang.org'>Ruby</a> に関する活動を行っているコミュニティです。</p>
44

55
<ul>
66
<li><a href='/events'>イベント</a></li>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<title>{{ site.title }}{% if page.title %} | {{ page.title }}{% endif %}</title>
1111
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
12-
<meta name="description" content="札幌にて Ruby に関する活動を行っているコミュニティです。Ruby勉強会@札幌 などのイベントをたまに開催しています。" />
12+
<meta name="description" content="札幌にて Ruby に関する活動を行っているコミュニティです。" />
1313
<meta name="keywords" content="Ruby 札幌 Rails 勉強会 ユーザ会 コミュニティ" />
1414
<link href="/rss" rel="alternate" title="RSS" type="application/rss+xml" />
1515
<link rel="stylesheet" type="text/css" href="/styles/screen.css" />
@@ -19,7 +19,7 @@
1919
<meta property="og:type" content="website" />
2020
<meta property="og:url" content="{{ site.base_url }}{{ page.url }}" />
2121
<meta property="og:image" content="{{ site.base_url}}/images/rubylogo.gif" />
22-
<meta property="og:description" content="Ruby札幌 は札幌にて Ruby に関する活動を行っているコミュニティです。Ruby勉強会@札幌 などのイベントをたまに開催しています。" />
22+
<meta property="og:description" content="Ruby札幌 は札幌にて Ruby に関する活動を行っているコミュニティです。" />
2323
</head>
2424
<body>
2525
<div id="page">

0 commit comments

Comments
 (0)