mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Fixed broken avatar img links
This commit is contained in:
parent
8513bece81
commit
71d9811eb8
7 changed files with 9 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
xml:base="{{ .Permalink }}">
|
||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<id>{{ .Permalink }}</id>
|
||||
<image>{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}</image>
|
||||
<image>{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}</image>
|
||||
<description>{{ .Description }}</description>
|
||||
<generator uri="https://gohugo.io">Hugo</generator>
|
||||
<author>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<channel>
|
||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<image>{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}</image>
|
||||
<image>{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}</image>
|
||||
<description>{{ .Description }}</description>
|
||||
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
||||
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue