mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Use correct css url
This commit is contained in:
parent
e7a11d19ce
commit
3ed595516a
@ -14,7 +14,6 @@ url: "http://bulma.io"
|
|||||||
# Variables
|
# Variables
|
||||||
|
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
cssurl: "/css/bulma-docs.css"
|
|
||||||
documentation: "/documentation/overview/start/"
|
documentation: "/documentation/overview/start/"
|
||||||
download: "https://github.com/jgthms/bulma/archive/0.1.2.zip"
|
download: "https://github.com/jgthms/bulma/archive/0.1.2.zip"
|
||||||
github: "https://github.com/jgthms/bulma"
|
github: "https://github.com/jgthms/bulma"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
<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="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="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 }}">
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user