diff options
author | Volpeon <git@volpeon.ink> | 2021-05-26 08:54:19 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-26 08:54:19 +0200 |
commit | e3240a57eef6bf0afa193ae83ecd8c5cf627c72f (patch) | |
tree | f25393ecfb6f06de92715dc95aa1d0aeb74c4d30 /templates/base.html | |
parent | Hide some profiles from home page (diff) | |
download | volpeon.ink-e3240a57eef6bf0afa193ae83ecd8c5cf627c72f.tar.gz volpeon.ink-e3240a57eef6bf0afa193ae83ecd8c5cf627c72f.tar.bz2 volpeon.ink-e3240a57eef6bf0afa193ae83ecd8c5cf627c72f.zip |
Category list improvements, generate ATOM feeds
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" /> |