We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ffa0f commit df11c99Copy full SHA for df11c99
1 file changed
_layouts/default.html
@@ -76,11 +76,9 @@
76
</head>
77
<body>
78
<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>
+ <a href="{{ site.baseurl }}/" aria-label="{{ site.title }}">
+ <img class="site-logo" src="{{ site.baseurl }}/assets/jquery-validation-logo.webp" alt="jQuery Validation Plugin">
+ </a>
84
<nav>
85
<a href="{{ site.baseurl }}/">Home</a>
86
<a href="{{ site.baseurl }}/documentation/">Documentation</a>
0 commit comments