Skip to content

Commit 2abc4fc

Browse files
committed
Updated on 2025-02-23
1 parent 06d235b commit 2abc4fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ <h1 lang="ja">どこ?</h1>
179179
<h1 lang="en">When?</h1>
180180
<h1 lang="ja">いつ?</h1>
181181
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>
183184

184185
<footer>
185186
<small lang="en"><a href="misc.html">misc</a></small>

update_push.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ def update_html():
1515
for i, line in enumerate(content):
1616
if "Last time this was edited was" in line:
1717
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)."
2018

2119
# Write the updated content back to index.html
2220
with open('index.html', 'w') as file:

0 commit comments

Comments
 (0)