_layouts/page.html in jekyll-theme-conference-3.1.2 vs _layouts/page.html in jekyll-theme-conference-3.1.3

- old
+ new

@@ -1,5 +1,9 @@ {% include partials/header.html %} +{% if page.title -%} + <h1 class="font-weight-light mb-2">{{ page.title }}</h1> +{%- endif %} + {{ content }} {% include partials/footer.html %}