mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 02:55:33 -04:00
mainly lint adjustments
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<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 }}
|
||||
{{ with .Site.Author.name }}<author>{{ . }}</author>{{ end }}
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description>
|
||||
{{ .Content | html }}
|
||||
|
Reference in New Issue
Block a user