mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-25 04:04: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>
|
<title>{{ if eq .Title site.Title }}{{ site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ site.Title }}{{ end }}</title>
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
<description>Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ site.Title }}</description>
|
<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>
|
<image>
|
||||||
<title>{{ site.Title }}</title>
|
<title>{{ site.Title }}</title>
|
||||||
<url>{{ index . 0 | absURL }}</url>
|
<url>{{ index site.Params.images 0 | absURL }}</url>
|
||||||
<link>{{ index . 0 | absURL }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
</image>
|
</image>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<generator>Hugo -- {{ hugo.Version }}</generator>
|
<generator>Hugo -- {{ hugo.Version }}</generator>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue