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