Finished subpath implementation
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="icon" type="image/x-icon" href="img/logodark.svg">
|
||||
<base href="{{.BasePath}}">
|
||||
|
||||
<link rel="stylesheet" href="../sass/index.css">
|
||||
<link rel="stylesheet" href="sass/index.css">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@@ -29,7 +30,7 @@
|
||||
<body>
|
||||
|
||||
<div class="navigation">
|
||||
<img id="logo" src="../img/logodark.svg">
|
||||
<img id="logo" src="img/logodark.svg">
|
||||
<a href="#">Home</a>
|
||||
<a href="#">About</a>
|
||||
<a href="#">Categories</a>
|
||||
|
||||
Reference in New Issue
Block a user