added link back to main page in the header
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 13:29:17 +0000 (14:29 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 13:29:17 +0000 (14:29 +0100)
header.html

index ec3c11b..bb0ae95 100644 (file)
@@ -1,6 +1,8 @@
 <div class="site-header">
        <h1>
-               <img src="static/git-logo.png" height="50" alt="danix" class="site-logo" />
-               <span class="evident">danix</span>'s git repository
+               <a href="https://git.danix.xyz/">
+                       <img src="static/git-logo.png" height="50" alt="danix" class="site-logo" />
+                       <span class="evident">danix</span>'s git repository
+               </a>
        </h1>
 </div>