File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ repository: <USERNAME>/<PROJECT>
25
25
# Sites.
26
26
amy_site : " https://amy.software-carpentry.org/workshops"
27
27
dc_site : " http://datacarpentry.org"
28
+ hpc_site : " https://hpc-carpentry.org"
29
+
28
30
swc_github : " https://github.com/swcarpentry"
29
31
swc_site : " https://software-carpentry.org"
30
32
swc_pages : " https://swcarpentry.github.io"
31
33
template_repo : " https://github.com/swcarpentry/styles"
34
+
32
35
example_repo : " https://github.com/swcarpentry/lesson-example"
33
36
example_site : " https://swcarpentry.github.com/lesson-example"
34
37
Original file line number Diff line number Diff line change 5
5
< div class ="row ">
6
6
< div class ="col-md-6 " align ="left ">
7
7
< h4 >
8
- Copyright © 2017
8
+ Copyright © 2017-2021
9
9
{% if site.carpentry == "swc" %}
10
10
< a href ="{{ site.swc_site }} "> Software Carpentry Foundation</ a >
11
11
{% elsif site.carpentry == "dc" %}
12
12
< a href ="{{ site.dc_site }} "> Data Carpentry</ a >
13
13
{% elsif site.carpentry == "lc" %}
14
14
< a href ="{{ site.lc_site }} "> Library Carpentry</ a >
15
+ {% elsif site.carpentry == "hpc" %}
16
+ < a href ="{{ site.hpc_site }} "> HPC Carpentry</ a >
15
17
{% endif %}
16
18
</ h4 >
17
19
</ div >
You can’t perform that action at this time.
0 commit comments