diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-30 14:04:18 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-30 14:04:18 +0100 |
| commit | ec4ebdaf7c720a339252521e6f1032876fcb3683 (patch) | |
| tree | 027c7273be6047c08d04c0afe960045b491cfb42 /templates/base.html | |
| parent | Fixed subtemplate selection in base template (diff) | |
| download | volpeon.ink-ec4ebdaf7c720a339252521e6f1032876fcb3683.tar.gz volpeon.ink-ec4ebdaf7c720a339252521e6f1032876fcb3683.tar.bz2 volpeon.ink-ec4ebdaf7c720a339252521e6f1032876fcb3683.zip | |
Store list of feeds in metadata file
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index e11ed5d..0856b47 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -15,9 +15,12 @@ | |||
| 15 | $if(keywords)$ | 15 | $if(keywords)$ |
| 16 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 16 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
| 17 | $endif$ | 17 | $endif$ |
| 18 | $if(feed.url.abs)$ | 18 | $-- $if(feed.url.abs)$ |
| 19 | <link href="$feed.url.abs$" type="application/atom+xml" rel="alternate" title="$if(is_home)$$else$$title$ – $endif$$site.title$" /> | 19 | $-- <link href="$feed.url.abs$" type="application/atom+xml" rel="alternate" title="$if(is_home)$$else$$title$ – $endif$$site.title$" /> |
| 20 | $endif$ | 20 | $-- $endif$ |
| 21 | $for(feeds)$ | ||
| 22 | <link href="$it.url$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> | ||
| 23 | $endfor$ | ||
| 21 | <title>$if(is_home)$$else$$title$ – $endif$$site.title$</title> | 24 | <title>$if(is_home)$$else$$title$ – $endif$$site.title$</title> |
| 22 | <link rel="stylesheet" href="/style.css" /> | 25 | <link rel="stylesheet" href="/style.css" /> |
| 23 | $if(section.id)$ | 26 | $if(section.id)$ |
