Print title value directly, not field which wraps in extra title class

This commit is contained in:
benjamin melançon 2018-11-13 23:46:13 -05:00
parent c606289fc4
commit 2b6ce756ba

View file

@ -71,7 +71,7 @@
<div class="container">
<div class="titlebar">
<div class="titlebar_title">
<h1 class="title is-2">{{ content.field_title }}</h1>
<h1 class="title is-2">{{ content.field_title.0 }}</h1>
</div>
</div>
</div>