replaces my logo with a placeholder
diff --git a/static/images/gravatar_to192.png b/static/images/gravatar_to192.png
deleted file mode 100644
index 49afc9f..0000000
--- a/static/images/gravatar_to192.png
+++ /dev/null
Binary files differ
diff --git a/static/images/logo.png b/static/images/logo.png
new file mode 100644
index 0000000..a9eb6b8
--- /dev/null
+++ b/static/images/logo.png
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 40f05e3..bfbef7e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,7 +23,7 @@
 <body>
   <aside>
     <div id="user_meta">
-      <a href="{{ SITEURL }}"><img src="{{ SITEURL }}/theme/images/gravatar_to192.png" alt="logo"></a>
+      <a href="{{ SITEURL }}"><img src="{{ SITEURL }}/theme/images/logo.png" alt="logo"></a>
       <h1><a href="{{ SITEURL }}">{{ AUTHOR }}</a></h1>
       <h2>{{ TAGLINE }}</h2>
       <ul>