Fix the usual fatal typos

This commit is contained in:
benjamin melançon 2018-10-16 13:46:46 -04:00
parent 7dae97f901
commit 3e0a28106c
2 changed files with 7 additions and 8 deletions

View file

@ -6,4 +6,3 @@
] ]
%} %}
{% set attributes = attributes.addClass(classes) %} {% set attributes = attributes.addClass(classes) %}
{% endif %}

View file

@ -49,7 +49,7 @@
<div class="container"> <div class="container">
{% if is_front and site_slogan %} {% if is_front and site_slogan %}
<h1 class="title is-2">{{ site_slogan }}</h1> <h1 class="title is-2">{{ site_slogan }}</h1>
{% elseif %} {% else %}
<div class="titlebar"> <div class="titlebar">
{{ page.header }} {{ page.header }}
</div> </div>