Skip to content

Commit

Permalink
Tidying up references to LC
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Oct 7, 2016
1 parent 177d441 commit 3293c26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _includes/lesson_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h4>
{% elsif site.carpentry == "dc" %}
<a href="{{ site.dc_site }}">Data Carpentry</a>
{% elsif site.carpentry == "lc" %}
<a href="{{ site.dc_site }}">Library Carpentry</a>
<a href="{{ site.lc_site }}">Library Carpentry</a>
{% endif %}
</h4>
</div>
Expand All @@ -20,7 +20,7 @@ <h4>
/
<a href="{{ site.github.repository_url }}/blob/gh-pages/CITATION">Cite</a>
/
<a href="mailto:{{ site.contact }}">Contact</a>
<a href="{{ site.contact }}">Contact</a>
</h4>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<img class="navbar-logo" src="{{ page.root }}/assets/img/dc-icon-black.svg" alt="Data Carpentry logo" />
</a>
{% elsif page.carpentry == "lc" %}
<a href="{{ site.dc_site }}" class="pull-left">
<a href="{{ site.lc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" />
</a>
{% elsif site.carpentry == "swc" %}
Expand All @@ -30,7 +30,7 @@
<img class="navbar-logo" src="{{ page.root }}/assets/img/dc-icon-black.svg" alt="Data Carpentry logo" />
</a>
{% elsif site.carpentry == "lc" %}
<a href="{{ site.dc_site }}" class="pull-left">
<a href="{{ site.lc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" />
</a>
{% endif %}
Expand Down
3 changes: 2 additions & 1 deletion bin/lesson_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
# Contact. This *must* include the protocol: if it's an email
# address, it must look like "mailto:lessons@software-carpentry.org",
# or if it's a URL, "https://gitter.im/username/ProjectName".
contact: mailto:lessons@software-carpentry.org
contact: "mailto:lessons@software-carpentry.org"
#------------------------------------------------------------
# Generic settings (should not need to change).
Expand All @@ -203,6 +203,7 @@
swc_github: "https://github.com/swcarpentry"
swc_site: "https://software-carpentry.org"
swc_pages: "https://swcarpentry.github.io"
lc_site: "http://datacarpentry.org"
template_repo: "https://github.com/swcarpentry/styles"
example_repo: "https://github.com/swcarpentry/lesson-example"
example_site: "https://swcarpentry.github.com/lesson-example"
Expand Down

0 comments on commit 3293c26

Please sign in to comment.