File tree 8 files changed +37
-22
lines changed
8 files changed +37
-22
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,9 @@ peri:
160
160
# Sponsors
161
161
# ##########
162
162
# If false, hides sponsors link in navigation and footer
163
- show-sponsors : false
164
- # If true, any "Sponsors" links will go to /prospectus instead of /sponsors
165
- call-for-sponsors : true
166
- # Individual Page Buttons
167
- homepage-sponsor-button : true
168
- sponsorpage-sponsor-button : false
163
+ show-sponsors : true
164
+ # Toggles whether prospectus button displays on homepage and sponsor pages
165
+ sponsor-buttons : true
169
166
# URL to document
170
167
# prospectus-document: ''
171
168
sponsor-btn-link : ' https://www.concentra-cms.com/c4l22sponsorreg.html'
Original file line number Diff line number Diff line change
1
+ # Example
2
+ # - name: ebsco
3
+ # img: assets/img/sponsors/ebsco.svg
4
+ # link: http://www.google.com
5
+ # level: platinum
6
+ # diversity: true
7
+ # transcription: false
8
+
9
+ # if img is omitted, the name will be displayed instead.
10
+
11
+ # The annotation key can be used to specify a qualifier next
12
+ # to the sponsor's name/logo (e.g., "Closed Captioning")
13
+
14
+ # diversity key indicates sponsors that should show up
15
+ # on the diversity scholarships section of the site
16
+
17
+ # Available Levels
18
+ # - adamantium
19
+ # - platinum
20
+ # - diamond
21
+ # - gold
22
+ # - silver
23
+ # - bronze
24
+ # - contributor
25
+ # - supporter
26
+
27
+ - name : University of Pittsburgh-Library System
28
+ img : /assets/img/sponsors/PittShield_Rule_ULS_3color_lightback.png
29
+ link : https://www.library.pitt.edu/
30
+ level : contributor
Original file line number Diff line number Diff line change 11
11
{% endif %} "> Speakers</ a > </ li >
12
12
13
13
{% if site.data.conf.show-sponsors %}
14
- {% if site.data.conf.call-for-sponsors %}
15
- < li class ="list-inline-item tci "> < a class ="nav " href ="{{ site.baseurl }}{% link prospectus/index.html %} "> Sponsors</ a > </ li >
16
- {% else %}
17
- {% if site.data.conf.show-sponsors %}
18
- < li class ="list-inline-item tci "> < a class ="nav " href ="{{ site.baseurl }}{% link sponsors/index.html %} "> Sponsors</ a > </ li >
19
- {% endif %}
20
- {% endif %}
14
+ < li class ="list-inline-item tci "> < a class ="nav " href ="{{ site.baseurl }}{% link sponsors/index.html %} "> Sponsors</ a > </ li >
21
15
{% endif %}
22
16
23
17
< li class ="list-inline-item tci "> < a class ="nav " href ="{{ site.baseurl }}{% link general-info/attend.html %} "> General Info</ a > </ li >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h1 class="text-right">
43
43
{% endif %}
44
44
{% endif %}
45
45
46
- {% if site.data.conf.homepage- sponsor-button %}
46
+ {% if site.data.conf.sponsor-buttons %}
47
47
< a class ="btn btn-lg jumbotron-btn " href ="{{ site.baseurl }}{% link prospectus/index.html %} "> Sponsor Code4Lib!</ a >
48
48
{% endif %}
49
49
Original file line number Diff line number Diff line change 42
42
{% endcomment %}
43
43
44
44
{% if site.data.conf.show-sponsors%}
45
- {% if site.data.conf.call-for-sponsors %}
46
- < li class ="nav-item "> < a href ="{{ site.baseurl }}{% link prospectus/index.html %} " class ="nav-link "> Sponsors</ a > </ li >
47
- {% else %}
48
- {% if site.data.conf.show-sponsors %}
49
- < li class ="nav-item "> < a href ="{{ site.baseurl }}{% link sponsors/index.html %} " class ="nav-link "> Sponsors</ a > </ li >
50
- {% endif %}
51
- {% endif %}
45
+ < li class ="nav-item "> < a href ="{{ site.baseurl }}{% link sponsors/index.html %} " class ="nav-link "> Sponsors</ a > </ li >
52
46
{% endif %}
53
47
54
48
< li class ="nav-item "> < a href ="{{ site.baseurl }}{% link general-info/attend.html %} " class ="nav-link "> General Info</ a > </ li >
Original file line number Diff line number Diff line change 18
18
< div class ="col-12 ">
19
19
< h1 > We ❤ our sponsors.</ h1 >
20
20
21
- {% if site.data.conf.sponsorpage- sponsor-button %}
21
+ {% if site.data.conf.sponsor-buttons %}
22
22
< p > Interested in sponsoring Code4Lib {{site.data.conf.year}}?</ p >
23
23
< p >
24
24
< a class ="btn ct-btn-light btn-lg " href ="{{ site.baseurl }}{% link prospectus/index.html %} "> View our Prospectus</ a >
You can’t perform that action at this time.
0 commit comments