diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-04 18:37:18 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-04 18:37:18 +0300 |
commit | f251f1ad331f8d13cbd2d6e15e65e6990570add6 (patch) | |
tree | a5092d7a341f884e7d1dc112ce28817de3179cbf | |
parent | fbb6eaed6693bfdcb4c12ccdc2b01380f840178c (diff) | |
download | yaroslavps.com-f251f1ad331f8d13cbd2d6e15e65e6990570add6.tar.gz yaroslavps.com-f251f1ad331f8d13cbd2d6e15e65e6990570add6.zip |
change title of feed to reflect that it only contains weblog articles
-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> |