Skip to content

Commit 7ccab7d

Browse files
committed
自明な情報は変数を使わないようにした: site.price -> 無料
1 parent 34fa95f commit 7ccab7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ date_event: 2023年8月27日(日曜)
1414
venue: >-
1515
奈良女子大学 / 記念館
1616
map: https://goo.gl/maps/s6SMqez8qy7aDSmN6
17-
price: 無料
1817

1918
twitter: DojoConJapan
2019
facebook: DojoConJapan

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ layout: default
8181
</div>
8282
<div class="col-md-8 offset-md-2">
8383
<p class="about-title">参加費</p>
84-
<p class="about-text">{{ site.price }}</p>
84+
<p class="about-text">無料</p>
8585
<!-- <a class="nav-item nav-link active link_button" href="/registration/" style="padding-left:30px;padding-right: 30px;color:white;font-weight: normal;">参加申し込み</a> -->
8686
<div class="disable_button" style='margin-bottom: 20px;'>受付終了</div>
8787
<p>

0 commit comments

Comments
 (0)