Skip to content

Commit 8dabb97

Browse files
committed
Use site variables for title/contact
1 parent fe27647 commit 8dabb97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conduct.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ layout: plain
2727

2828
<p>
2929
困ったことや不安な状況があれば、迷わずイベント運営チームへお知らせください。<br>
30-
問い合わせ窓口: <a href='https://forms.gle/pDkX4gUwaugfkn2M7'>https://forms.gle/pDkX4gUwaugfkn2M7</a>
30+
問い合わせ窓口: <a href='{{ site.contact }}'>{{ site.contact }}</a>
3131
</p>
3232

3333
<p>
34-
Coolest Projects Japan 実行委員会<br>
35-
連絡先: [email protected]<br>
34+
{{ site.title }} 実行委員会<br>
35+
連絡先: {{ site.email }}<br>
3636
最終更新日: 2025年10月5日<br>
3737
</p>
3838

privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ layout: plain
8787
</p>
8888
<br>
8989
<p>
90-
Coolest Projects Japan 実行委員会<br>
91-
連絡先: [email protected]<br>
90+
{{ site.title }} 実行委員会<br>
91+
連絡先: {{ site.email }}<br>
9292
最終更新日: 2025年10月3日<br>
9393
</p>
9494

0 commit comments

Comments
 (0)