diff options
-rw-r--r-- | static/img/rayhammer_v2.png | bin | 0 -> 336184 bytes | |||
-rw-r--r-- | themes/stingray/layouts/partials/aside.html | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/img/rayhammer_v2.png b/static/img/rayhammer_v2.png Binary files differnew file mode 100644 index 0000000..7ab93fc --- /dev/null +++ b/static/img/rayhammer_v2.png diff --git a/themes/stingray/layouts/partials/aside.html b/themes/stingray/layouts/partials/aside.html index 01e706c..94425b8 100644 --- a/themes/stingray/layouts/partials/aside.html +++ b/themes/stingray/layouts/partials/aside.html @@ -1,7 +1,7 @@ <aside id="card"> <div class="h-card text-center"> <a class="u-url u-uid" href="{{ .Site.BaseURL }}" rel="me"> - <img class="u-photo" src="/img/rayhammer.jpg" alt="h-card photo"> + <img class="u-photo" src="/img/rayhammer_v2.png" alt="h-card photo"> </a> <p> <span class="p-nickname">RayHammer</span> @@ -18,4 +18,4 @@ {{ end }} </ul> </nav> -</aside>
\ No newline at end of file +</aside> |