Skip to content

Add meta title and url for ogp support #1504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/views/sotechsha_pages/0.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% provide :title, '序章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/0' %>

<article>
<div class='container'>
Expand Down
3 changes: 3 additions & 0 deletions app/views/sotechsha_pages/1.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% provide :title, '1章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/1' %>

<article>
<div class='container'>
<div class='row'>
Expand Down
2 changes: 2 additions & 0 deletions app/views/sotechsha_pages/2.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% provide :title, '2章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/2' %>

<article>
<div class='container'>
Expand Down
2 changes: 2 additions & 0 deletions app/views/sotechsha_pages/3.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% provide :title, '3章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/3' %>

<article>
<div class='container'>
Expand Down
2 changes: 2 additions & 0 deletions app/views/sotechsha_pages/4.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% provide :title, '4章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/4' %>

<article>
<div class='container'>
Expand Down
3 changes: 2 additions & 1 deletion app/views/sotechsha_pages/5.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

<% provide :title, '5章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/5' %>

<article>
<div class='container'>
Expand Down
3 changes: 3 additions & 0 deletions app/views/sotechsha_pages/6.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% provide :title, '6章課題 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/6' %>

<article>
<div class='container'>
<div class='row'>
Expand Down
3 changes: 3 additions & 0 deletions app/views/sotechsha_pages/gazou.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% provide :title, 'スプライト素材のダウンロード - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha/5' %>

<article>
<div class='container'>
<div class='row'>
Expand Down
2 changes: 2 additions & 0 deletions app/views/sotechsha_pages/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% provide :title, '第1版 Scratch でつくる! たのしむ! プログラミング道場 - CoderDojo Japan' %>
<% provide :url, 'https://coderdojo.jp/sotechsha' %>

<div class='container-fluid'>
<div class='col-md-6' id='top'>
Expand Down