File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 4141 {% block content %}
4242 {% set ns = namespace(bootstrap_extra_css='') %}
4343 {% for md_file in config.extra.append_bootstrap if 'docs' + md_file in page.edit_url %}
44- {% set ns.bootstrap_extra_css = ' bootstrap-iso ez-guidelines ' %}
44+ {% set ns.bootstrap_extra_css = ' bootstrap-iso' %}
4545 {% include "partials/integrations/bootstrap.html" %}
4646 {% endfor %}
4747
Original file line number Diff line number Diff line change 33< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js " integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin ="anonymous "> </ script >
44< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin ="anonymous "> </ script >
55
6- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines.css ">
7- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-utilities.css ">
8- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-typography.css ">
9- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-colors.css ">
10- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-icons.css ">
11- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-buttons.css ">
12- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-tables.css ">
13- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-tabs.css ">
14- < link rel ="stylesheet " href ="{{ base_url }}/css/ez-guidelines-form-components.css ">
156< link rel ="stylesheet " href ="{{ base_url }}/css/bootstrap-iso.css ">
167< link rel ="stylesheet " href ="{{ base_url }}/css/front-page.css ">
You can’t perform that action at this time.
0 commit comments