diff options
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html index 86e2f58..0a54096 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -7,6 +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" /> <meta property="description" content="{{ .PageDescription }}" /> <!-- Open Graph --> <meta property="og:title" content="{{ .Title }}" /> |
