aboutsummaryrefslogtreecommitdiff
path: root/_includes/feed.atom
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-28 16:50:46 -0300
committerEuAndreh <eu@euandre.org>2020-12-28 16:50:46 -0300
commitd7b307a6f5a9e8406be91a5b95b11c4d091ec098 (patch)
treeafe8470cf837ca2420b2a7f93b97c565866cd6bc /_includes/feed.atom
parentpost.html, feed.atom: Stop pointing to resources/ paths (diff)
downloadeuandre.org-d7b307a6f5a9e8406be91a5b95b11c4d091ec098.tar.gz
euandre.org-d7b307a6f5a9e8406be91a5b95b11c4d091ec098.tar.xz
feed.atom: Fix image title of cast feeds
Diffstat (limited to '_includes/feed.atom')
-rw-r--r--_includes/feed.atom2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom
index 93cd27c..49e42f2 100644
--- a/_includes/feed.atom
+++ b/_includes/feed.atom
@@ -22,7 +22,7 @@
<image>
<url>{{ '/' | absolute_url | xml_escape }}static/favicon.svg</url>
<link>{{ page.url | absolute_url | xml_escape }}</link>
- <title>{{ site.t[include.kind].feed.title }}</title>
+ <title>{{ site.t[include.kind].feed.title[include.lang] }}</title>
</image>
{% else %}
<feed