mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-04 14:50:24 +00:00
Update to Hugo v0.143.1
This commit is contained in:
parent
615e03bca3
commit
525b28e98b
13 changed files with 36 additions and 49 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<generator uri="https://gohugo.io">Hugo</generator>
|
||||
<author>
|
||||
<uri>{{ .Site.BaseURL }}</uri>
|
||||
{{ with .Site.Author.name }}<name>{{.}}</name>{{end}}
|
||||
{{ with .Site.Params.Author }}<name>{{.}}</name>{{end}}
|
||||
</author>
|
||||
<updated>{{ now.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
{{ with .OutputFormats.Get "Atom" }}
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<author>
|
||||
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
||||
<uri>{{ .Site.BaseURL }}</uri>
|
||||
{{ with .Site.Author.name }}<name>{{.}}</name>{{end}}
|
||||
{{ with .Site.Params.Author }}<name>{{.}}</name>{{end}}
|
||||
</author>
|
||||
<activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
|
||||
<title>{{ .Title }}</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue