Skip to content

Commit 5855725

Browse files
authored
Merge pull request #48 from AQIB-NAWAB/main
Add navigation to the logo so it redirects to the home page
2 parents fbecbce + 5148f22 commit 5855725

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/partials/header.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<header>
22
<div class="top-content">
3+
<a href="/" class="home">
4+
<div class="logo">
35

4-
<div class="logo">
5-
6-
<img src="{{ .Site.BaseURL }}{{ .Site.Params.logos.header }}" alt="logo {{ .Site.Title }}">
7-
8-
</div>
6+
<img src="{{ .Site.BaseURL }}{{ .Site.Params.logos.header }}" alt="logo {{ .Site.Title }}">
7+
</div>
8+
</a>
99

1010
<input type="checkbox" id="menu-burger" class="visually-hidden" aria-label="Menu" />
1111

0 commit comments

Comments
 (0)