mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
@@ -7,6 +7,9 @@
|
||||
<title>{% if page.fulltitle %}{{ page.fulltitle }}{% else %}{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}{% endif %}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ site.fontawesome }}">
|
||||
{% if page.mdi %}
|
||||
<link rel="stylesheet" href="{{ site.mdi }}">
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/css/bulma-docs.css">
|
||||
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
||||
|
||||
Reference in New Issue
Block a user