mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 20:45:31 -04:00
hugo mod init, and other cleanup
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<managingEditor>{{ . }}{{ with $.Site.Author.name }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with .Site.Author.email }}
|
||||
<webMaster>{{ . }}{{ with $.Site.Author.name }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
|
||||
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}
|
||||
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}{{ with .Site.Params.defaultimage }}
|
||||
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}{{ with .Site.Params.defaultImage }}
|
||||
<image>
|
||||
<url>{{ . | absURL }}</url>
|
||||
<title>{{ $.Site.Title }}</title>
|
||||
|
Reference in New Issue
Block a user