{% comment %} Select what logo to display. {% endcomment %} {% if page.carpentry == "swc" %} Software Carpentry logo {% elsif page.carpentry == "dc" %} Data Carpentry logo {% elsif page.carpentry == "lc" %} Library Carpentry logo {% elsif site.carpentry == "swc" %} Software Carpentry logo {% elsif site.carpentry == "dc" %} Data Carpentry logo {% elsif site.carpentry == "lc" %} Library Carpentry logo {% endif %} {% comment %} Always show link to home page. {% endcomment %} Home
    {% comment %} Always show code of conduct. {% endcomment %}
  • Code of Conduct
  • {% comment %} Show setup instructions, reference guide, and lesson episodes for lessons. {% endcomment %} {% if site.kind == "lesson" %}
  • Setup
  • Reference
  • Episodes
      {% for episode in site.episodes %}
    • {{ episode.title }}
    • {% endfor %}
  • {% endif %} {% comment %} Show extras for lessons or if this is the main workshop-template repo (where they contain documentation). {% endcomment %} {% if site.kind == "lesson" or site.github.repository_name == "workshop-template" %}
  • Extras
      {% for extra in site.extras %}
    • {{ extra.title }}
    • {% endfor %}
  • {% endif %} {% comment %} Always show license. {% endcomment %}
  • License