mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-24 19:54:23 -04:00
Merge 1adf1ca508
into 7cf752f864
This commit is contained in:
commit
d128007fed
1 changed files with 3 additions and 3 deletions
|
@ -48,11 +48,11 @@
|
|||
<title>{{ if eq .Title site.Title }}{{ site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ site.Title }}{{ end }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<description>Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ site.Title }}</description>
|
||||
{{- with site.Params.images }}
|
||||
{{- if site.Params.images }}
|
||||
<image>
|
||||
<title>{{ site.Title }}</title>
|
||||
<url>{{ index . 0 | absURL }}</url>
|
||||
<link>{{ index . 0 | absURL }}</link>
|
||||
<url>{{ index site.Params.images 0 | absURL }}</url>
|
||||
<link>{{ .Permalink }}</link>
|
||||
</image>
|
||||
{{- end }}
|
||||
<generator>Hugo -- {{ hugo.Version }}</generator>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue