Skip to content

Commit a8862ad

Browse files
authored
Merge pull request #34 from yasulab/master
Use English description for English landing page
2 parents 781cd57 + 14b90e5 commit a8862ad

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{% endif %}
1313
<meta charset="UTF-8">
1414
{% seo %}
15+
{% if page.description %}
16+
<meta name="description" content="{{ page.description }}">
17+
<meta property="og:description" content="{{ page.description }}">
18+
{% endif %}
1519
<meta name="viewport" content="width=device-width, initial-scale=1">
1620
<meta name="theme-color" content="#b41d23">
1721
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

en/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
image: /assets/ogp.png
44
title: ruby-jp.slack.com
5+
description: ruby-jp is a Slack workspace created with the intention of fostering interactions between Ruby programmers. Regardless of technical proficiency, we aim to provide a space where questions, consultations, and information exchange can be carried out with ease.
56
lang: en
67
---
78

0 commit comments

Comments
 (0)