Skip to content

Commit 3aa6f89

Browse files
committed
Add related links to footer section
1 parent 0994a36 commit 3aa6f89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ link_to_youtube: https://youtube.com/@DojoConJapan
88
link_to_twitter: https://twitter.com/DojoConJapan
99
link_to_facebook: https://facebook.com/DojoConJapan
1010
link_to_github: https://github.com/coderdojo-japan/dojocon.coderdojo.jp
11+
link_to_privacy: https://coderdojo.jp/privacy
1112
copyright: DojoCon Japan & <a href='https://coderdojo.jp/'>CoderDojo Japan</a>
1213

1314
# Build settings

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,14 @@ <h3 class="headline">
314314

315315
<!-- footer bottom menu -->
316316
<p style='color: grey; margin-top: 20px; font-size: 9px; text-align: center;'>
317-
各サムネイル画像は、それぞれの実行委員会の著作物となります。
317+
各サムネイル画像は、それぞれの実行委員会の著作物となります。<br>
318+
<br>
319+
<br>
320+
<a href='{{ site.link_to_facebook }}'>Facebook</a> |
321+
<a href='{{ site.link_to_twitter }}'>Twitter</a> |
322+
<a href='{{ site.link_to_youtube }}'>YouTube</a> |
323+
<a href='{{ site.link_to_github }}'>GitHub</a> |
324+
<a href='{{ site.link_to_privacy }}'>Privacy</a>
318325
</p>
319326
</div><!-- END #footer_bottom_inner -->
320327
</div><!-- END #footer_bottom -->

0 commit comments

Comments
 (0)