This repository was archived by the owner on Aug 14, 2024. It is now read-only.
File tree 7 files changed +98
-7
lines changed
7 files changed +98
-7
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="col-md-6 " align ="left ">
4
4
< h4 >
5
5
Copyright © 2016
6
- {% if site.carpentry == "swc" %}< a href ="{{ site.swc_site }} "> Software Carpentry Foundation</ a > {% endif %}
7
- {% if site.carpentry == "dc" %}< a href ="{{ site.dc_site }} "> Data Carpentry</ a > {% endif %}
6
+ {% if site.carpentry == "swc" %}
7
+ < a href ="{{ site.swc_site }} "> Software Carpentry Foundation</ a >
8
+ {% elsif site.carpentry == "dc" %}
9
+ < a href ="{{ site.dc_site }} "> Data Carpentry</ a >
10
+ {% elsif site.carpentry == "lc" %}
11
+ < a href ="{{ site.dc_site }} "> Library Carpentry</ a >
12
+ {% endif %}
8
13
</ h4 >
9
14
</ div >
10
15
< div class ="col-md-6 " align ="right ">
Original file line number Diff line number Diff line change 17
17
< a href ="{{ site.dc_site }} " class ="pull-left ">
18
18
< img class ="navbar-logo " src ="{{ page.root }}/assets/img/dc-icon-black.svg " alt ="Data Carpentry logo " />
19
19
</ a >
20
+ {% elsif page.carpentry == "lc" %}
21
+ < a href ="{{ site.dc_site }} " class ="pull-left ">
22
+ < img class ="navbar-logo " src ="{{ page.root }}/assets/img/lc-icon-black.svg " alt ="Library Carpentry logo " />
23
+ </ a >
20
24
{% elsif site.carpentry == "swc" %}
21
25
< a href ="{{ site.swc_site }} " class ="pull-left ">
22
26
< img class ="navbar-logo " src ="{{ page.root }}/assets/img/swc-icon-blue.svg " alt ="Software Carpentry logo " />
25
29
< a href ="{{ site.dc_site }} " class ="pull-left ">
26
30
< img class ="navbar-logo " src ="{{ page.root }}/assets/img/dc-icon-black.svg " alt ="Data Carpentry logo " />
27
31
</ a >
32
+ {% elsif site.carpentry == "lc" %}
33
+ < a href ="{{ site.dc_site }} " class ="pull-left ">
34
+ < img class ="navbar-logo " src ="{{ page.root }}/assets/img/lc-icon-black.svg " alt ="Library Carpentry logo " />
35
+ </ a >
28
36
{% endif %}
29
37
30
38
{% comment %} Always show link to home page. {% endcomment %}
Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " type ="text/css " href ="{{ page.root }}/assets/css/lesson.css " />
15
15
{% if site.carpentry == "swc" %}
16
16
< link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-swc.ico " />
17
- {% endif %}
18
- {% if site.carpentry == "dc" %}
17
+ {% elsif site.carpentry == "dc" %}
19
18
< link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-dc.ico " />
19
+ {% elsif site.carpentry == "lc" %}
20
+ < link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-lc.ico " />
20
21
{% endif %}
21
22
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
22
23
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Original file line number Diff line number Diff line change 30
30
< link rel ="stylesheet " type ="text/css " href ="{{ page.root }}/assets/css/lesson.css " />
31
31
{% if site.carpentry == "swc" %}
32
32
< link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-swc.ico " />
33
- {% endif %}
34
- {% if site.carpentry == "dc" %}
33
+ {% elsif site.carpentry == "dc" %}
35
34
< link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-dc.ico " />
35
+ {% elsif site.carpentry == "lc" %}
36
+ < link rel ="shortcut icon " type ="image/x-icon " href ="/favicon-lc.ico " />
36
37
{% endif %}
37
38
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
38
39
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Original file line number Diff line number Diff line change 175
175
# Values for this lesson.
176
176
#------------------------------------------------------------
177
177
178
- # Which carpentry is this ("swc" or "dc ")?
178
+ # Which carpentry is this ("swc", "dc", or "lc ")?
179
179
carpentry: "swc"
180
180
181
181
# Overall title for pages.
You can’t perform that action at this time.
0 commit comments