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

@ -1,9 +1,8 @@
{# Overrides octavia/src/templates/block/block.html.twig #}
{% extends '@bulma/block/block.html.twig' %}
{%
set classes = [
'titlebar_title'
]
%}
{% set attributes = attributes.addClass(classes) %}
{% endif %}
{%
set classes = [
'titlebar_title'
]
%}
{% set attributes = attributes.addClass(classes) %}

View file

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