aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-25 01:41:42 -0700
committerFuwn <[email protected]>2023-07-25 01:41:42 -0700
commitac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc (patch)
treee75717eabbbfa2d74e1ddecc2be2d25300e182b9 /src
parentfix(html): lower parallel jobs (diff)
downloadold.due.moe-ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc.tar.xz
old.due.moe-ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc.zip
feat(html): add load info
Diffstat (limited to 'src')
-rw-r--r--src/due/html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/due/html.py b/src/due/html.py
index 25799a8..d746fef 100644
--- a/src/due/html.py
+++ b/src/due/html.py
@@ -159,6 +159,8 @@ def page(main_content, footer):
<hr>
<p>{footer}</p>
+
+ <blockquote>Slow loads? If your media hasn't been cached in a while, the first load will take a couple seconds longer than the rest. Subsequent requests on cached media should be faster.</blockquote>
</body>
</html>
"""