summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayHammer <mail@rayhammer.dev>2023-05-27 18:26:59 +0200
committerRayHammer <mail@rayhammer.dev>2023-05-27 18:26:59 +0200
commit0b2ffbc8c57d4955bbb648c3884c7f326cbff9ed (patch)
treeee264edf6a955128a5e20c83bf52406136c7cda7
parentf5b57e20e2a1e0b17c083057824268bae47c3b9d (diff)
Updated avatar
-rw-r--r--static/img/rayhammer_v2.pngbin0 -> 336184 bytes
-rw-r--r--themes/stingray/layouts/partials/aside.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/static/img/rayhammer_v2.png b/static/img/rayhammer_v2.png
new file mode 100644
index 0000000..7ab93fc
--- /dev/null
+++ b/static/img/rayhammer_v2.png
Binary files differ
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>