Skip to content

Commit 747a60d

Browse files
author
Toby Hodges
committed
edited image URLs to display CWL logo. Conditional carpentry logic still needs to be fixed
1 parent 2515eab commit 747a60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/lesson_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h4>
88
Copyright &copy; 2016–{{ 'now' | date: "%Y" }}
99
{% if site.carpentry == "swc" %}
10-
<a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
10+
<a href="{{ site.cwl_site }}">Common Workflow Language Project</a>
1111
{% elsif site.carpentry == "dc" %}
1212
<a href="{{ site.dc_site }}">Data Carpentry</a>
1313
{% elsif site.carpentry == "lc" %}

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% comment %} Select what logo to display. {% endcomment %}
1515
{% if site.carpentry == "swc" %}
1616
<a href="{{ site.swc_site }}" class="pull-left">
17-
<img class="navbar-logo" src="{{ page.root }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" />
17+
<img class="navbar-logo" src="{{ page.root }}/assets/img/cwl-apple-icon-180x180.png" alt="Common Workflow Language logo" />
1818
</a>
1919
{% elsif site.carpentry == "dc" %}
2020
<a href="{{ site.dc_site }}" class="pull-left">

0 commit comments

Comments
 (0)