commit 85e04c35ee51ce9ebbec3d77be607453ff0374d7 parent b71fbf2e6e084f4c7006a1070192f6c935521de4 Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 7 Feb 2021 07:19:58 -0500 Add the domain name before the feed title Diffstat:
M | templates/feed.xml.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/feed.xml.html b/templates/feed.xml.html @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr"> - <title><%- title -%></title> +<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="<%- language -%> "> + <title><%- domainname -%> ~ <%- title -%></title> <% if description then %> <subtitle><%- description -%></subtitle> <% end %>