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,6 +21,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<section id="header-content">
|
<section id="header-content">
|
||||||
|
<a href="/">
|
||||||
<picture id="logo">
|
<picture id="logo">
|
||||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||||
<img id="logo"
|
<img id="logo"
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
height="442"
|
height="442"
|
||||||
width="607">
|
width="607">
|
||||||
</picture>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue