diff --git a/_includes/main_title.html b/_includes/main_title.html index b08af4a7..7d17317f 100644 --- a/_includes/main_title.html +++ b/_includes/main_title.html @@ -4,4 +4,11 @@ {% include base_path.html %} +{% if site.kind == "lesson" %}

{{ site.title }}{% if page.title %}: {{ page.title }}{% endif %}

+ +{% else %} + +

{{ page.title }}

+ +{% endif %}