File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ image-attributions:
23
23
creator : Christopher Behrend
24
24
image-title : Buffalo
25
25
image-url : https://VisitBuffaloNiagara.com
26
- license-name : ' '
27
- license-url : ' '
26
+ license-name :
27
+ license-url :
28
28
29
29
# #######################
30
30
# Program & Schedule
Original file line number Diff line number Diff line change 3
3
4
4
< div class ="hero-image ">
5
5
< picture >
6
- {% if site.data.conf.hero-image-filename-webp != empty %}
6
+ {% if site.data.conf.hero-image-filename-webp != nil %}
7
7
< source srcset ="/assets/img/theme-images/{{ site.data.conf.hero-image-filename-webp }} " type ="image/webp ">
8
8
{% endif %}
9
9
< img src ="/assets/img/theme-images/{{ site.data.conf.hero-image-filename | site.data.conf.hero-image-source }} " alt ="{{ site.data.conf.hero-image-alt }} ">
Original file line number Diff line number Diff line change 13
13
< h2 > Image Attributions</ h2 >
14
14
15
15
{% for attribution in site.data.conf.image-attributions %}
16
- < h3 > {{ attribution.creator }}</ h3 >
17
- {% if attribution.image-title != empty and attribution.image-url != empty %}
16
+ < h3 class =" h4 " > {{ attribution.creator }}</ h3 >
17
+ {% if attribution.image-title != nil and attribution.image-url != nil %}
18
18
Image: < a href ="{{ attribution.image-url }} "> {{ attribution.image-title }}</ a > < br />
19
19
{% endif %}
20
- {% if attribution.license-name != empty and attribution.license-url != empty %}
20
+ {% if attribution.license-name != nil and attribution.license-url != nil %}
21
21
License: < a href ="{{ attribution.license-url }} "> {{ attribution.license-name }}</ a > < br />
22
22
{% endif %}
23
23
{% endfor %}
You can’t perform that action at this time.
0 commit comments