blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 0ebc01f8989d5ab6588df1224941d3d4ce776f1a
parent 122bdf5a984062913dbc61276483e3117f52750b
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue,  7 Jan 2020 18:21:31 -0600

Add comments to web feed

Diffstat:
Mlayouts/rss.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/rss.xml b/layouts/rss.xml
@@ -12,7 +12,7 @@
     <id>{{ .Permalink }}</id>
     {{ `<title type="html"><![CDATA[` | safeHTML }}{{ .Title }}]]></title>
     <updated>{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" }}</updated>
-    {{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}]]></content>
+    {{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}<h2>{{ i18n "hyperskip-header" }}</h2>{{ partial "list_comment.html" . }}]]></content>
     <link href="{{ .Permalink }}"/>
   </entry>
   {{ end }}