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 8ce1287 commit 2954f64Copy full SHA for 2954f64
2 files changed
docs/_includes/header.html
@@ -2,6 +2,6 @@
2
3
<title>{{ page.title }}</title>
4
5
-<link rel="stylesheet" href="assets/css/demo.css">
6
-<link rel="stylesheet" href="assets/css/pygments-manni.css">
7
-<link rel="stylesheet" href="dist/css/slim-grid.css">
+<link rel="stylesheet" href="{{ page.base_url }}assets/css/demo.css">
+<link rel="stylesheet" href="{{ page.base_url }}assets/css/pygments-manni.css">
+<link rel="stylesheet" href="{{ page.base_url }}dist/css/slim-grid.css">
docs/index.html
@@ -3,7 +3,6 @@
title: slim-grid
slug: slim-grid
lead: "A simple slim-grid"
-base_url: "../"
---
8
9
<div class="sl-col-6 demo-space">
0 commit comments