remove email
This commit is contained in:
parent
63fe822256
commit
15523f0023
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,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="{{.Params.gif}}" />
|
||||
{{end}}{{ if .Params.video}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue