Fix templates; remove non-present Bulma modifier
This commit is contained in:
parent
cdcaf717af
commit
44ce05b04a
2 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<div class="column is-narrow geo-logo-name is-paddingless">
|
<div class="column is-narrow geo-logo-name">
|
||||||
{% if site_logo %}
|
{% if site_logo %}
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
{% if content %}
|
{% if content %}
|
||||||
{% set attributes = attributes.addClass(['section, is-paddingless']) %}
|
<section{{ attributes.addClass(['section', 'header-tabs']) }}>
|
||||||
<section{{ attributes }}>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue