File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ repository: <USERNAME>/<PROJECT>
2525# Sites.
2626amy_site : " https://amy.software-carpentry.org/workshops"
2727dc_site : " http://datacarpentry.org"
28+ hpc_site : " https://hpc-carpentry.org"
29+
2830swc_github : " https://github.com/swcarpentry"
2931swc_site : " https://software-carpentry.org"
3032swc_pages : " https://swcarpentry.github.io"
3133template_repo : " https://github.com/swcarpentry/styles"
34+
3235example_repo : " https://github.com/swcarpentry/lesson-example"
3336example_site : " https://swcarpentry.github.com/lesson-example"
3437
Original file line number Diff line number Diff line change 55 < div class ="row ">
66 < div class ="col-md-6 " align ="left ">
77 < h4 >
8- Copyright © 2017
8+ Copyright © 2017-2021
99 {% if site.carpentry == "swc" %}
1010 < a href ="{{ site.swc_site }} "> Software Carpentry Foundation</ a >
1111 {% elsif site.carpentry == "dc" %}
1212 < a href ="{{ site.dc_site }} "> Data Carpentry</ a >
1313 {% elsif site.carpentry == "lc" %}
1414 < a href ="{{ site.lc_site }} "> Library Carpentry</ a >
15+ {% elsif site.carpentry == "hpc" %}
16+ < a href ="{{ site.hpc_site }} "> HPC Carpentry</ a >
1517 {% endif %}
1618 </ h4 >
1719 </ div >
You can’t perform that action at this time.
0 commit comments