mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
remove trailing / from header
This commit is contained in:
+4
-4
@@ -6,9 +6,9 @@
|
||||
{{ else }}
|
||||
<title>GotHub</title>
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="/css/global.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
@@ -20,7 +20,7 @@
|
||||
height="30"
|
||||
width="30"
|
||||
alt=""
|
||||
/><b class="navbarSlogan">GotHub (alpha)</b></a
|
||||
><b class="navbarSlogan">GotHub (alpha)</b></a
|
||||
>
|
||||
<div class="navbarLinks">
|
||||
<a href="/explore">Explore</a>
|
||||
|
||||
Reference in New Issue
Block a user