Skip to content

Commit 95f58f5

Browse files
committed
Add <base> to HTML header
1 parent dff2040 commit 95f58f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/layouts/partials/head/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<meta charset="utf-8" />
33
<meta http-equiv="x-ua-compatible" content="ie=edge" />
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
5+
<base href="{{ .Site.BaseURL }}" />
56
{{ block "head/resource-hints" . }}
67
{{ partial "head/resource-hints.html" . }}
78
{{ end }}

0 commit comments

Comments
 (0)