aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-27 21:08:49 +0100
committerWilliam Hergès <william@herges.fr>2025-10-27 21:08:49 +0100
commit518c2efb4946b6c923b13a2b19a7a6cec07e93db (patch)
tree2a92f317690b188ce84c1496ec46444f1e523ae0 /backend
parentf4d0f793ac026e3c53ac41f74ecef272c80baa46 (diff)
fix(rss): old link in <head>
Diffstat (limited to 'backend')
-rw-r--r--backend/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 436a1c2..0089587 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -7,7 +7,7 @@
{{ $styles := asset "styles.css" }}
<link rel="stylesheet" href="{{ $styles.Src }}" integrity="{{ $styles.Checksum }}" />
<link rel="shortcut icon" href="{{ static .Logo.Favicon }}" />
- <link rel="alternate" href="/logs/rss" type="application/rss+xml" title="RSS" />
+ <link rel="alternate" href="/rss" type="application/rss+xml" title="RSS" />
<meta property="description" content="{{ .PageDescription }}" />
<!-- Open Graph -->
<meta property="og:title" content="{{ .Title }}" />