aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-23 20:25:41 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-25 15:10:18 -0500
commit0515b8cfc418ae50d719bf424064cccdb3e78e17 (patch)
treef835ba5a8c98bdb0e99f64162d0f4fc56d4c72df /layouts
parent93de188126b81b23fcdadb0a2479912d97a74ee1 (diff)
Replace avatar with transparent background
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index a02bad4..fe3b0f6 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,7 +1,7 @@
<nav>
<a href="/">
<img
- src="/avatar.png"
+ src="/avatar-transparent-background.png"
width="128" height="128" />
</a>
<h1>Michael Hunteman's Website</h1>