]> danix's work - gitweb-theme-danix.git/commitdiff
added link back to main page in the header
authordanix <redacted>
Tue, 28 Feb 2023 13:29:17 +0000 (14:29 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 13:29:17 +0000 (14:29 +0100)
header.html

index ec3c11be0869b33ae2bbbc4db693b597f6a1ce39..bb0ae95e09a9e5d3d14420ab9abd955afe14a138 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>