diff options
Diffstat (limited to 'templates')
| -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)$ |
