Skip to content

Commit e87aeac

Browse files
committed
fix: icon color, links
1 parent f720fd8 commit e87aeac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ venue: 久留米シティプラザ
1515
map: https://maps.app.goo.gl/4jicdzYEBzjtHd916
1616

1717
twitter: DojoConJapan
18-
facebook: DojoConJapan
18+
facebook: dojoconjapan
1919
2020
youtube: UCX3tz875ZDtU85rFkYuwl5w
21-
court:
22-
contact: https://forms.gle/7wSMSLEmjc4ucVoHA
21+
court:
22+
contact: https://forms.gle/t9ctDcuZZ8cqqFtR6
2323
registration: https://dojocon-japan.doorkeeper.jp/events/176163
2424

2525
# Build settings

_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<img src="/img/2025/common/footer-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
44
</div>
55
<div class="footer-social">
6-
<a href="https://x.com/{{ site.twitter }}" target="_blank" rel="noopener" class="social-x" aria-label="X">
6+
<a href="https://x.com/{{ site.x }}" target="_blank" rel="noopener" class="social-x" aria-label="X">
77
<i class="fa-brands fa-x-twitter" style="color:#000000;"></i>
88
</a>
99
<a href="https://www.facebook.com/{{ site.facebook }}" target="_blank" rel="noopener" class="social-facebook" aria-label="Facebook">
10-
<i class="fa-brands fa-facebook" style="color:#3b5998;"></i>
10+
<i class="fa-brands fa-facebook" style="color:#0866ff;"></i>
1111
</a>
1212
<a href="https://www.youtube.com/channel/{{ site.youtube }}" target="_blank" rel="noopener" class="social-youtube" aria-label="YouTube">
13-
<i class="fa-brands fa-youtube" style="color:#ff0000;"></i>
13+
<i class="fa-brands fa-youtube" style="color:#ff0033;"></i>
1414
</a>
1515
</div>
1616
<nav class="footer-links">
1717
<a href="/">ホーム</a>
18-
<a href="/code-of-conduct">行動規範</a>
18+
<a href="/code-of-conduct/">行動規範</a>
1919
<a href="/privacy">プライバシーポリシー</a>
2020
<a href="{{site.contact}}" target="_blank">お問い合わせ</a>
2121
</nav>

0 commit comments

Comments
 (0)