]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Use correct css url
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 11 Sep 2016 11:10:46 +0000 (12:10 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 11 Sep 2016 11:10:46 +0000 (12:10 +0100)
_config.yml
docs/_includes/head.html

index 9841c33718e5893553c96c9403e7b6e0498e42e5..88d20bd0a56e8c6a04a4a927198f12a101e222e5 100644 (file)
@@ -14,7 +14,6 @@ url:           "http://bulma.io"
 # Variables
 
 baseurl:       ""
-cssurl:        "/css/bulma-docs.css"
 documentation: "/documentation/overview/start/"
 download:      "https://github.com/jgthms/bulma/archive/0.1.2.zip"
 github:        "https://github.com/jgthms/bulma"
index 58c94eb556fab7de92a1d4033fa5d817016f5c8a..2f53487f0e8bd84b4c8e79a14610825f1db46eea 100644 (file)
@@ -7,7 +7,7 @@
   <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
 
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
-  <link rel="stylesheet" href="{{ site.cssurl | prepend: site.baseurl }}">
+  <link rel="stylesheet" href="{{ site.baseurl }}/css/bulma-docs.css">
 
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">