diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index 9efcf4a..66dd91c 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ lang }}"> - <title>{{ config.title }} + <title>A weblog by Yaroslav de la Peña Smirnov {%- if term %} - {{ term.name }} {%- endif -%} </title> |