Add site logo to header with SVG format
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-05-20 23:38:39 +02:00
parent c48da4505c
commit 00e6ab5da0

View file

@ -180,6 +180,9 @@
<div class="header">
<div class="title-wrapper">
<h1 class="site-title">Achille Toupin</h1>
<div class="site-logo">
<img src="favicon.svg" alt="Logo de macghine à écrire" class="logo"></img>
</div>
{{- if (not site.Params.disableThemeToggle) }}
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"