Skip to content

Commit 896da1c

Browse files
committed
Add new button to share on Facebook in Exhibition
1 parent 38982d3 commit 896da1c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tasks/upsert_project_pages_by_data.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,18 @@
5353
</div>
5454
5555
<div>
56-
<a href="#{project[:url]}" target="_blank" rel="noopener" class="button" style="margin-bottom: 50px;">
56+
<a href="#{project[:url]}" target="_blank" rel="noopener" class="button">
5757
<i class="fas fa-scroll"></i>
5858
作品を見る
5959
</a>
60-
<a href="https://twitter.com/intent/tweet?text={{ page.title | replace: '&', '%26' }}+%7C+ニンジャ大博覧会&hashtags=DojoConJapan,CoderDojo&url={{ site.url }}/expo/#{project[:id]}&lang=jp&related=DojoConJapan" target="_blank" rel="noopener" class="button">
60+
<a href="https://twitter.com/intent/tweet?text={{ page.title | replace: '&', '%26' }}+%7C+ニンジャ大博覧会&hashtags=DojoConJapan,CoderDojo&url={{ site.url }}/expo/#{project[:id]}&lang=jp&related=DojoConJapan" target="_blank" rel="noopener" class="button" style="margin: 50px auto;">
6161
<i class="fab fa-twitter"></i>
6262
作品を共有する
6363
</a>
64+
<a href="https://www.facebook.com/share.php?u={{ site.url }}/expo/#{project[:id]}" target="_blank" rel="noopener" class="button">
65+
<i class="fab fa-facebook"></i>
66+
作品を共有する
67+
</a>
6468
</div>
6569
6670
<div class="content main_content">

0 commit comments

Comments
 (0)