make the logo link to the homepage

This commit is contained in:
Lynne Megido 2024-08-28 13:05:53 +10:00
parent dbf43952ea
commit 8fe6760157
Signed by: lynnesbian
GPG key ID: F0A184B5213D9F90

View file

@ -21,14 +21,16 @@
<body> <body>
<header> <header>
<section id="header-content"> <section id="header-content">
<picture id="logo"> <a href="/">
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp"> <picture id="logo">
<img id="logo" <source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
src="/assets/img/lynnesoft-centred.png" <img id="logo"
alt="A cyan-purple parallelogram with an outline of the letter L in its bottom-left corner." src="/assets/img/lynnesoft-centred.png"
height="442" alt="A cyan-purple parallelogram with an outline of the letter L in its bottom-left corner."
width="607"> height="442"
</picture> width="607">
</picture>
</a>
<nav> <nav>
<a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a> <a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a>