commit 62940d47de33cf6713fcbfc2bc7f0b57edf40fc8
parent a7927c129f6d8b8e4a92560e470a2669cb89e334
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Mon, 27 Nov 2017 12:00:29 -0500
Remove a typo error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/feed.mustache b/templates/feed.mustache
@@ -17,7 +17,7 @@
<title>{{{ title }}}</title>
<id>{{{ id }}}</id>
<link href="{{{ permalink }}}" hreflang="{{{ SITE.LANGUAGE }}}" rel="alternate" />
- <updated>{{ updated }}ZZ</updated>
+ <updated>{{ updated }}Z</updated>
</entry>
{{/ entries }}
</feed>