trying to fix the default rss feed image

This commit is contained in:
Greg Gauthier 2021-12-02 22:10:59 +00:00
parent f165b67093
commit 2575b55549
3 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -15,6 +15,13 @@
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<image>
<url>{{ .Permalink }}img/avatar.png?fit=32%2C32&#038;ssl=1</url>
<title>Greg Gauthier</title>
<link>https://gmgauthier.com</link>
<width>32</width>
<height>32</height>
</image>
<image>{{ .Permalink }}img/avatar.png</image>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}

BIN
layouts/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB