remove email

This commit is contained in:
Gabriel 2026-02-26 12:41:01 -05:00
parent 63fe822256
commit 15523f0023

View file

@ -15,7 +15,6 @@
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<link>{{ .Permalink }}</link> <link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> <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}} <guid>{{ .Permalink }}</guid>{{ if .Params.gif}}
<enclosure url="{{.Params.gif}}" /> <enclosure url="{{.Params.gif}}" />
{{end}}{{ if .Params.video}} {{end}}{{ if .Params.video}}