I was somewhat confused when I tried clicking on the mascot on my phone
but had nothing happen.
---
layouts/partials/nav.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index e42cfb7..cdc86ed 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,8 +1,10 @@
<nav>
- <img
- src="/mascot.png"
- alt="An inked drawing of the Hare mascot, a fuzzy rabbit"
- width="128" height="128" />
+ <a href="/">
+ <img
+ src="/mascot.png"
+ alt="An inked drawing of the Hare mascot, a fuzzy rabbit"
+ width="128" height="128" />
+ </a>
<h1>The Hare programming language</h1>
<ul>
<li><a href="/">Home</a></li>
--
2.37.2