Skip to content

Commit df11c99

Browse files
committed
remove useless h1
1 parent 76ffa0f commit df11c99

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

_layouts/default.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@
7676
</head>
7777
<body>
7878
<header>
79-
<h1>
80-
<a href="{{ site.baseurl }}/" aria-label="{{ site.title }}">
81-
<img class="site-logo" src="{{ site.baseurl }}/assets/jquery-validation-logo.webp" alt="jQuery Validation Plugin">
82-
</a>
83-
</h1>
79+
<a href="{{ site.baseurl }}/" aria-label="{{ site.title }}">
80+
<img class="site-logo" src="{{ site.baseurl }}/assets/jquery-validation-logo.webp" alt="jQuery Validation Plugin">
81+
</a>
8482
<nav>
8583
<a href="{{ site.baseurl }}/">Home</a>
8684
<a href="{{ site.baseurl }}/documentation/">Documentation</a>

0 commit comments

Comments
 (0)