mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add Ionicons
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
<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.iconic %}
|
||||
<link rel="stylesheet" href="{{ site.iconic }}">
|
||||
{% endif %}
|
||||
{% if page.ionicons %}
|
||||
<link rel="stylesheet" href="{{ site.ionicons }}">
|
||||
{% endif %}
|
||||
{% if page.mdi %}
|
||||
<link rel="stylesheet" href="{{ site.mdi }}">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user