diff --git a/config.toml b/config.toml
index aff8cfc..aa1b0c4 100644
--- a/config.toml
+++ b/config.toml
@@ -20,7 +20,7 @@ enableGitInfo = true
[params]
subtitle = "A Philosophical Journal"
description = "A repository of philosophical musings and personal projects"
- brand = "
Greg Gauthier"
+ brand = "
Greg Gauthier"
#highlightjs = "tango"
#highlightjs_extra_languages = []
custom_js = ["js/math-code.js"]
@@ -29,7 +29,7 @@ enableGitInfo = true
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
- avatar = "/img/blog_avatar.jpg"
+ avatar = "/img/website-avatar-medium.png"
email = "gmgauthier@protonmail.com"
[markup]
diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml
index c9d4559..54491ca 100644
--- a/layouts/podcast/rss.xml
+++ b/layouts/podcast/rss.xml
@@ -17,7 +17,7 @@
{{ .Permalink }}
Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}
- {{ .Site.BaseURL }}img/avatar.png
+ {{ .Site.BaseURL }}img/website-avatar-large.png
{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}
{{ .Permalink }}
@@ -29,7 +29,7 @@
No
episodic
Philosophy essays, debates, discussions, and other explorations.
-
+
{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}
{{ .Site.Params.email }}
diff --git a/static/img/website-avatar-medium.png b/static/img/website-avatar-medium.png
index e923db2..e00c6c6 100644
Binary files a/static/img/website-avatar-medium.png and b/static/img/website-avatar-medium.png differ
diff --git a/static/img/website-avatar-small.png b/static/img/website-avatar-small.png
index e923db2..a43cd1e 100644
Binary files a/static/img/website-avatar-small.png and b/static/img/website-avatar-small.png differ