Skip to content

Commit

Permalink
Merge branch 'TMS-1092' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Dec 19, 2024
2 parents fdf96c6 + 658dad8 commit 802ce6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions partials/page.dust
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
</div>
{/Header.breadcrumbs}

<section class="page__hero-heading section pt-5-desktop pt-0 pb-0">
{>"ui/entry-title" class="mt-0 has-text-centered is-uppercase" /}
</section>

<section class="section {?Header.hero_image}pt-7{:else}{?Header.breadcrumbs}pt-0{:else}pt-10{/Header.breadcrumbs}{/Header.hero_image}">
<div class="container">
<div class="columns">
Expand Down
8 changes: 3 additions & 5 deletions partials/ui/entry-title.dust
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{^hero_image}
<h1 class="entry__title {?class} {class}{/class}">
{@title /}
</h1>
{/hero_image}
<h1 class="entry__title {?class} {class}{/class}">
{@title /}
</h1>

0 comments on commit 802ce6c

Please sign in to comment.