another fix
This commit is contained in:
parent
15523f0023
commit
32f5778bcb
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
||||
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
||||
<guid>{{ .Permalink }}</guid>{{ if .Params.gif}}
|
||||
<enclosure url="{{.Site.BaseURL}}{{.Params.gif}}" />
|
||||
{{end}}{{ if .Params.video}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue