We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1a6a3 commit 96be330Copy full SHA for 96be330
src/site/_includes/layouts/base.njk
@@ -9,7 +9,6 @@ ogimage: "/img/og/default-og-image.png"
9
<head>
10
<meta charset="utf-8">
11
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12
- <link rel="stylesheet" href="/css/styles.css">
13
<!-- Google tag (gtag.js) -->
14
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2FMMZSSS9"></script>
15
<script>
@@ -18,6 +17,7 @@ ogimage: "/img/og/default-og-image.png"
18
17
gtag('js', new Date());
19
gtag('config', 'G-X2FMMZSSS9');
20
</script>
+ <link rel="stylesheet" href="/css/styles.css">
21
{%- for url in stylesheets %}
22
<link rel="stylesheet" href="{{ url }}">
23
{%- endfor %}
0 commit comments