diff options
author | EuAndreh <eu@euandre.org> | 2020-08-16 06:47:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-16 06:47:53 -0300 |
commit | 133e59c3a6d8c9ea5c490ef98762cc2d124afe3e (patch) | |
tree | d369173155623a8c88ecab79c9f27e9bf8db10a7 | |
parent | feed.til.pt.atom: Fix typo (diff) | |
download | euandre.org-133e59c3a6d8c9ea5c490ef98762cc2d124afe3e.tar.gz euandre.org-133e59c3a6d8c9ea5c490ef98762cc2d124afe3e.tar.xz |
_includes/feed.atom: Remove extra title filtering
Diffstat (limited to '')
-rw-r--r-- | _includes/feed.atom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom index 551d2d8..511611f 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -4,7 +4,7 @@ <updated>{{ site.time | date_to_xmlschema }}</updated> <id>{{ page.url | absolute_url | xml_escape }}</id> - <title type="html">{{ site.title | smartify | xml_escape }}</title> + <title>{{ site.title | xml_escape }}</title> <subtitle>{{ site.t.feed.title[include.kind][include.lang] | smartify | xml_escape }}</subtitle> <author> |