summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-20 22:12:49 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-20 22:12:49 -0800
commit32ef4e7be5a7d826fbdf9789e5af3968ffb219ac (patch)
tree7c4f30305255aac14dc15bacad2ab060821147d1 /templates
parentc7e501977eaeb8744a4aa54c60335d338217dc7b (diff)
downloadroseh.moe-32ef4e7be5a7d826fbdf9789e5af3968ffb219ac.tar.zst
Clean up the static files
Diffstat (limited to 'templates')
-rw-r--r--templates/outline.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template
index 9bea270..fd3c215 100644
--- a/templates/outline.html.template
+++ b/templates/outline.html.template
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <link rel="icon" href="/static/icon.webp">
+ <link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/static/styles.css">
{{template "head" .}}