Skip to content

Commit 55fe91f

Browse files
author
brian-brewer
committed
Fix CSS path to use absURL for consistent styling across all pages
1 parent a587add commit 55fe91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="{{ .Site.Params.description }}">
77
<meta name="keywords" content="{{ .Site.Params.keywords }}">
88
<title>{{ .Title }} | {{ .Site.Title }}</title>
9-
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">
9+
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
1010
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)