Skip to content

Commit

Permalink
detail修正
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Aug 16, 2024
1 parent 33d38e7 commit 7b825e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/md2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
if series[j] in read_lines[6]:
title = read_lines[1][8:]
write_lines.append('<a href="https://yusukekato.jp/' + html_files[i] + '" class="aButton">' + title + '</a>\n')
write_lines.append('</details>\n')
write_lines.append('\n')
write_lines.append('</details>\n')
write_lines.append('\n')

# 目次
index_position = 53
Expand Down

0 comments on commit 7b825e7

Please sign in to comment.