feat: Add bootstrap icons dependency
- Add node package for bootstrap icons - New eleventy config addPassthroughCopy for package files - Change link to local resource - Change all node dependencies to production
This commit is contained in:
parent
8b7241c4da
commit
a33163d556
4 changed files with 25 additions and 6 deletions
|
|
@ -14,9 +14,7 @@ tags:
|
|||
|
||||
{% block links %}
|
||||
{{ super() }}
|
||||
<link
|
||||
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
|
||||
rel="stylesheet">
|
||||
<link href="/vendor/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet">
|
||||
<link href="{{ pageBase }}css/ui.css" media="all" rel="stylesheet"/>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue