Skip to content

Commit 509aba5

Browse files
committed
test: add {{ .Site.BaseURL }} back
1 parent 7337d92 commit 509aba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • themes/devops-maturity/layouts/partials

themes/devops-maturity/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
gtag('config', 'G-RH9YBHW509');
1010
</script>
1111

12-
<link rel="stylesheet" href="/css/style.css">
12+
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
1313

1414
<title>{{ .Param "Title" }}</title>
1515
<meta name="description" content="{{ .Param "Description" }}"/>

0 commit comments

Comments
 (0)