aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-25 01:42:09 -0700
committerFuwn <[email protected]>2023-07-25 01:42:09 -0700
commit82f179fc0d92c8ffbe7357e2832e1d17e72e1ade (patch)
treee36b352a9b1dfdedc72cf0bba535adce5d916f93
parentfeat(html): add load info (diff)
downloadold.due.moe-82f179fc0d92c8ffbe7357e2832e1d17e72e1ade.tar.xz
old.due.moe-82f179fc0d92c8ffbe7357e2832e1d17e72e1ade.zip
feat(html): close manga by default
-rw-r--r--src/due/routes/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/routes/index.py b/src/due/routes/index.py
index b4423be..3e3c746 100644
--- a/src/due/routes/index.py
+++ b/src/due/routes/index.py
@@ -60,7 +60,7 @@ def home():
<p></p>
- <details open>
+ <details closed>
<summary>Manga [{manga_length}] <small style="opacity: 50%">{round(manga_time, 2)}ms</small></summary>
{manga_html}
</details>