diff --git a/config.toml b/config.toml index 2c5214c..1a7d5ab 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ author = "Aaron Honeycutt" username = "ahoneybun" # [optional] your 128x128 avatar, preferably svg -avatar = "images/placeholder.png" +avatar = "images/avatar.png" # [optional] the keywords which highlight the type of content on your microblog keywords = [ "microblog", "linux", "tech support" ] diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..44cd609 Binary files /dev/null and b/static/images/avatar.png differ