File tree 8 files changed +24
-596
lines changed
8 files changed +24
-596
lines changed Original file line number Diff line number Diff line change 14
14
{% endif %}
15
15
16
16
<!-- Custom fonts for this template -->
17
- {% if page.custom_style == "campaign" or page.custom_style == " energy" %}
17
+ {% if page.custom_style == "energy" %}
18
18
< link href ="{{ site.url }}/css/roboto.css " rel ="stylesheet ">
19
19
{% else %}
20
20
< link href ="{{ site.url }}/css/latoweb.css " rel ="stylesheet ">
21
21
{% endif %}
22
22
23
23
{% if page.custom_style == "frontpage" %}
24
24
< link href ="{{ site.url }}/css/frontpage.css " rel ="stylesheet ">
25
- {% elsif page.custom_style == "campaign" %}
26
- < link href ="{{ site.url }}/css/campaign.css " rel ="stylesheet ">
27
25
{% elsif page.custom_style == "energy" %}
28
26
< link href ="{{ site.url }}/css/energy.css " rel ="stylesheet ">
29
27
{% else %}
Original file line number Diff line number Diff line change 1
- {% if page.custom_style == "campaign" %}
2
- < script src ="{{ site.url }}/vendor/vivus/vivus.min.js "> </ script >
3
- < script src ="{{ site.url }}/js/campaign.js "> </ script >
4
- {% elsif page.custom_style == "energy" %}
1
+ {% if page.custom_style == "energy" %}
5
2
< script src ="{{ site.url }}/js/energy.js "> </ script >
6
3
{% else %}
7
4
< script src ="{{ site.url }}/vendor/jquery/jquery.min.js "> </ script >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments