File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ const currentLocale = Astro.currentLocale || "ja";
1717 <a href ={ getRelativeLocaleUrl (currentLocale )} class =" text-link"
1818 >Home</a
1919 >
20+ <a
21+ href ={ getRelativeLocaleUrl (currentLocale , " timetable" )}
22+ class =" text-link" >Timetable</a
23+ >
2024 <a
2125 href ={ getRelativeLocaleUrl (currentLocale , " sponsorship" )}
2226 class =" text-link" >Sponsorship</a
Original file line number Diff line number Diff line change @@ -232,6 +232,11 @@ const currentLocale = Astro.currentLocale || "ja";
232232 <div class =" navigation" >
233233 <ul class =" navigation-menu" >
234234 <li ><a href ={ getRelativeLocaleUrl (currentLocale )} >Home</a ></li >
235+ <li >
236+ <a href ={ getRelativeLocaleUrl (currentLocale , " timetable" )} >
237+ Timetable
238+ </a >
239+ </li >
235240 <li >
236241 <a href ={ getRelativeLocaleUrl (currentLocale , " sponsorship" )} >
237242 Sponsorship
You can’t perform that action at this time.
0 commit comments