Skip to content

Commit 1b206db

Browse files
authored
Merge pull request #1504 from coderdojo-japan/add-sotechsha-meta
Add meta title and url for ogp support
2 parents ddb9d30 + ba7096d commit 1b206db

File tree

9 files changed

+21
-1
lines changed

9 files changed

+21
-1
lines changed

app/views/sotechsha_pages/0.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<% provide :title, '序章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/0' %>
13

24
<article>
35
<div class='container'>

app/views/sotechsha_pages/1.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<% provide :title, '1章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/1' %>
3+
14
<article>
25
<div class='container'>
36
<div class='row'>

app/views/sotechsha_pages/2.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<% provide :title, '2章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/2' %>
13

24
<article>
35
<div class='container'>

app/views/sotechsha_pages/3.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<% provide :title, '3章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/3' %>
13

24
<article>
35
<div class='container'>

app/views/sotechsha_pages/4.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<% provide :title, '4章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/4' %>
13

24
<article>
35
<div class='container'>

app/views/sotechsha_pages/5.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
<% provide :title, '5章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/5' %>
23

34
<article>
45
<div class='container'>

app/views/sotechsha_pages/6.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<% provide :title, '6章課題 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/6' %>
3+
14
<article>
25
<div class='container'>
36
<div class='row'>

app/views/sotechsha_pages/gazou.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<% provide :title, 'スプライト素材のダウンロード - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha/5' %>
3+
14
<article>
25
<div class='container'>
36
<div class='row'>

app/views/sotechsha_pages/index.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<% provide :title, '第1版 Scratch でつくる! たのしむ! プログラミング道場 - CoderDojo Japan' %>
2+
<% provide :url, 'https://coderdojo.jp/sotechsha' %>
13

24
<div class='container-fluid'>
35
<div class='col-md-6' id='top'>

0 commit comments

Comments
 (0)