Fixed typo in showcase RSS
This commit is contained in:
parent
1d8e12a4f6
commit
50034032ee
|
@ -45,7 +45,7 @@
|
||||||
{{ range .Snippets }}
|
{{ range .Snippets }}
|
||||||
<entry>
|
<entry>
|
||||||
<title>New showcase item by {{ .OwnerName }}</title>
|
<title>New showcase item by {{ .OwnerName }}</title>
|
||||||
<link rel="alternative" type="text/html" href="{{ .Url }}" />
|
<link rel="alternate" type="text/html" href="{{ .Url }}" />
|
||||||
<id>{{ string2uuid .Url }}</id>
|
<id>{{ string2uuid .Url }}</id>
|
||||||
<published>{{ rfc3339 .Date }}</published>
|
<published>{{ rfc3339 .Date }}</published>
|
||||||
<author>
|
<author>
|
||||||
|
|
Loading…
Reference in New Issue