Added base tag for subpath support
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{.Title}}</title>
|
<title>{{.Title}}</title>
|
||||||
|
<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">
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>THE ADVERSARY</title>
|
<title>THE ADVERSARY</title>
|
||||||
|
<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">
|
||||||
@@ -98,7 +100,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div class="foot">
|
<div class="foot">
|
||||||
<a>ABOUT</a>
|
<a>ABOUT</a>
|
||||||
<a>IMPRESSUM</a>
|
<a>IMPRINT</a>
|
||||||
<a>CONTACT</a>
|
<a>CONTACT</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
Reference in New Issue
Block a user