10000
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.
2 parents aa39b72 + 74be098 commit fc71561Copy full SHA for fc71561
_includes/header.html
@@ -23,6 +23,6 @@
23
<meta name="description" content="{{ meta_description }}" />
24
<title>{{ user.name }}</title>
25
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
26
- <link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css">
+ <link href="{{ "/assets/styles.css" | relative_url }}" rel="stylesheet" type="text/css">
27
</head>
28
<body class="bg-white height-full" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>
0 commit comments