make the logo link to the homepage
This commit is contained in:
parent
dbf43952ea
commit
8fe6760157
1 changed files with 10 additions and 8 deletions
|
@ -21,14 +21,16 @@
|
|||
<body>
|
||||
<header>
|
||||
<section id="header-content">
|
||||
<picture id="logo">
|
||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||
<img id="logo"
|
||||
src="/assets/img/lynnesoft-centred.png"
|
||||
alt="A cyan-purple parallelogram with an outline of the letter L in its bottom-left corner."
|
||||
height="442"
|
||||
width="607">
|
||||
</picture>
|
||||
<a href="/">
|
||||
<picture id="logo">
|
||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||
<img id="logo"
|
||||
src="/assets/img/lynnesoft-centred.png"
|
||||
alt="A cyan-purple parallelogram with an outline of the letter L in its bottom-left corner."
|
||||
height="442"
|
||||
width="607">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<nav>
|
||||
<a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a>
|
||||
|
|
Loading…
Reference in a new issue