diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 5dc57e2..6c0c4a9 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -19,6 +19,10 @@ | |||
19 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 19 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
20 | $endif$ | 20 | $endif$ |
21 | 21 | ||
22 | $if(feed)$ | ||
23 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$" /> | ||
24 | $endif$ | ||
25 | |||
22 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> | 26 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> |
23 | 27 | ||
24 | <link rel="preload" href="/style.css?$style_hash$" as="style" /> | 28 | <link rel="preload" href="/style.css?$style_hash$" as="style" /> |