fixed rss feed
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<width>150</width>
|
<width>150</width>
|
||||||
<height>150</height>
|
<height>150</height>
|
||||||
</image>
|
</image>
|
||||||
</channel>
|
|
||||||
{{range $post := .}}
|
{{range $post := .}}
|
||||||
<item>
|
<item>
|
||||||
<title>{{$post.Title}}</title>
|
<title>{{$post.Title}}</title>
|
||||||
@@ -24,4 +23,5 @@
|
|||||||
<author>rawleyfowler@gmail.com</author>
|
<author>rawleyfowler@gmail.com</author>
|
||||||
</item>
|
</item>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Reference in New Issue
Block a user