File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ <h1 lang="ja">どこ?</h1>
179
179
< h1 lang ="en "> When?</ h1 >
180
180
< h1 lang ="ja "> いつ?</ h1 >
181
181
Last time this was edited was 2025-02-23 (YYYY/MM/DD).
182
- 最終更新日: 2025-02-23 (YYYY/MM/DD). </ div >
182
+ < p lang ="ja "> 最終更新日:2025年02月21日</ p >
183
+ </ div >
183
184
184
185
< footer >
185
186
< small lang ="en "> < a href ="misc.html "> misc</ a > </ small >
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ def update_html():
15
15
for i , line in enumerate (content ):
16
16
if "Last time this was edited was" in line :
17
17
content [i ] = f" Last time this was edited was { current_date } (YYYY/MM/DD).\n "
18
- if "最終更新日:" in line :
19
- content [i ] = f" 最終更新日: { current_date } (YYYY/MM/DD)."
20
18
21
19
# Write the updated content back to index.html
22
20
with open ('index.html' , 'w' ) as file :
You can’t perform that action at this time.
0 commit comments