1ad1d4b4585c63ed538d6111a072fbc63cb94e08
[rnaseq-cwl-training.git] / _includes / main_title.html
1 {% comment %}
2 Título principal para las páginas de la lección.
3 {% endcomment %}
4
5 {% include base_path.html %}
6
7 {% if site.kind == "lesson" %}
8 <h1 class="maintitle"><a href="{{ relative_root_path }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1>
9
10 {% else %}
11
12 <h1 class="maintitle">{{ page.title }}</h1>
13
14 {% endif %}