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 c9cf847 commit 94ce201Copy full SHA for 94ce201
foundation.php
@@ -59,7 +59,7 @@
59
<div class="container-xxl position-relative p-0">
60
<nav class="navbar navbar-expand-lg navbar-light px-4 px-lg-5 py-3 py-lg-0">
61
<a href="" class="navbar-brand p-0">
62
- <img class="logo" src="https://foundation.wikitide.org/img/WikiTide-Logo.svg" alt="WikiTide Logo" fetchpriority="high" />
+ <img rel="preload" fetchpriority="high" as="image" class="logo" src="https://foundation.wikitide.org/img/WikiTide-Logo.svg" alt="WikiTide Logo" />
63
<h1 class="m-0 wordmark text-accent">WikiTide</h1>
64
</a>
65
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
0 commit comments