diff options
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 2 |
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 }}" /> |
