Skip to content

Commit

Permalink
Add lazy loading to space API image
Browse files Browse the repository at this point in the history
  • Loading branch information
MG-5 committed Apr 3, 2024
1 parent ab7f484 commit 03c7969
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/default/navbar.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
<li><a id="theme-toggle" title="Theme wechseln" aria-label="Theme wechseln" onclick="themeToggle()"></a></li>
{% endif %}
<!-- Spacestatus -->
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus"></a></li>
<li>
<a href="https://www.netz39.de/status/">
<img loading="lazy" alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus">
</a>
</li>
</ul>
</nav>
</header>

0 comments on commit 03c7969

Please sign in to comment.