diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 6183c65..dc60d05 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -22,7 +22,7 @@ unsafe= true [params] subtitle = "Digital Home of James Ravenscroft: PhD student and CTO @ Filament, my views are my own and do not represent my employers in any way." - avatar = "/images/avatar.png" + avatar = "/images/avatar_small.png" mainSections = ["post","note","reply","like","repost","bookmark"] diff --git a/brainsteam/static/images/avatar_small.png b/brainsteam/static/images/avatar_small.png new file mode 100644 index 0000000..7737895 Binary files /dev/null and b/brainsteam/static/images/avatar_small.png differ