potcasse: W3C says the image title must match the channel title - potcasse - Po… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 6cedb2a2f4012c776ebf49c3d607f51f1c4d8bb3 | |
parent 728482a46d2356bedfadd0aff85bd6dcee6e8684 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:38:57 +0200 | |
potcasse: W3C says the image title must match the channel title | |
Diffstat: | |
M potcasse | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/potcasse b/potcasse | |
@@ -78,7 +78,7 @@ gen() { | |
<link>${SITE}</link> | |
<image> | |
<url>${SITE}/logo.png</url> | |
- <title>Image of ${SITE}</title> | |
+ <title>${TITLE}</title> | |
<link>${SITE}</link> | |
</image> | |
<language>${LANGUAGE}</language> |