We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a587add commit 55fe91fCopy full SHA for 55fe91f
layouts/_default/baseof.html
@@ -6,7 +6,7 @@
6
<meta name="description" content="{{ .Site.Params.description }}">
7
<meta name="keywords" content="{{ .Site.Params.keywords }}">
8
<title>{{ .Title }} | {{ .Site.Title }}</title>
9
- <link rel="stylesheet" href="{{ "css/style.css" | relURL }}">
+ <link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
10
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
11
</head>
12
<body>
0 commit comments