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 97a7ec9 commit 1319492Copy full SHA for 1319492
_includes/head.html
@@ -15,7 +15,5 @@
15
{% endif %}
16
17
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
18
- <link rel="stylesheet" href="/main.css">
19
- <link rel="stylesheet" href="main.css">
20
- <link rel="stylesheet" href="../main.css">
+ <link rel="stylesheet" href="{{ '/main.css' | relative_url }}">
21
</head>
0 commit comments