Add fontawesome over npm
This commit is contained in:
parent
c4425fb066
commit
2f0f84b015
22 changed files with 16624 additions and 5293 deletions
|
@ -21,19 +21,15 @@
|
|||
<meta name="msapplication-config" content="{{ url('theme://images/icons/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="canonical" href="{{ page.url(true, true) }}" />
|
||||
<link rel="stylesheet" href="{{ url('theme://dist/app.css') }}" />
|
||||
{% endblock head %}
|
||||
|
||||
{% block stylesheets %}
|
||||
{% do assets.addCss('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css', 100) %}
|
||||
{% do assets.addCss('theme://css/custom.css', 96) %}
|
||||
{% do assets.addCss('theme://css/sidebar.css', 96) %}
|
||||
{% endblock %}
|
||||
{# block stylesheets %}
|
||||
{% do assets.addCss('theme://dist/app.css', 100) %}
|
||||
{% endblock #}
|
||||
|
||||
{% block javascripts %}
|
||||
{% do assets.addJs('jquery', 100) %}
|
||||
{% do assets.addJs('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js', 99) %}
|
||||
{% do assets.addJs('theme://js/core-functions.js', 98) %}
|
||||
{% do assets.addJs('https://kit.fontawesome.com/b5819e2db9.js', 97) %}
|
||||
{% do assets.addJs('theme://dist/app.js', 100) %}
|
||||
{% endblock %}
|
||||
|
||||
{% block assets_css %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue