mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Use docs_file
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Meta
|
# Meta
|
||||||
|
|
||||||
env: "production"
|
env: "production"
|
||||||
|
docs_file: "bulma-docs.min"
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
{% if page.mdi %}
|
{% if page.mdi %}
|
||||||
<link rel="stylesheet" href="{{ site.data.icons.mdi }}">
|
<link rel="stylesheet" href="{{ site.data.icons.mdi }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="stylesheet" href="{{ site.url }}/css/bulma-docs.min.css?v={{ site.time | date: "%Y%m%d%H%M" }}">
|
<link rel="stylesheet" href="{{ site.url }}/css/{{ site.docs_file }}.css?v={{ site.time | date: "%Y%m%d%H%M" }}">
|
||||||
|
|
||||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
||||||
<link rel="alternate" type="application/rss+xml" title="{{ site.data.meta.title }}" href="{{ "/atom.xml" | prepend: site.url }}">
|
<link rel="alternate" type="application/rss+xml" title="{{ site.data.meta.title }}" href="{{ "/atom.xml" | prepend: site.url }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user