Skip to content

Commit

Permalink
Merge branch 'main' into mxdvl/esm
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Jun 25, 2024
2 parents 5ccf92f + fbe2d0c commit 6e3ef9b
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ <h3 class="crossword__clues-header">Down</h3>
</div>
</div>
@if(adsEnabled) {
<div class="content__secondary-column hide-until-wide" aria-hidden="true">
@fragments.commercial.standardAd("right", Seq("mpu-banner-ad"), Map())
</div>
<div class="crossword-banner hide-until-tablet hide-from-wide" aria-hidden="true">
@fragments.commercial.standardAd("crossword-banner", Seq("crossword-banner"), Map())
</div>
<div class="content__secondary-column hide-until-wide" aria-hidden="true">
@fragments.commercial.standardAd("right", Seq("mpu-banner-ad"), Map())
</div>
@if(crosswordPage.item.trail.isCommentable) {
<div class="crossword-banner hide-until-tablet hide-from-wide" aria-hidden="true">
@fragments.commercial.standardAd("crossword-banner", Seq("crossword-banner"), Map())
</div>
}
}
</div>
</div>
Expand Down

0 comments on commit 6e3ef9b

Please sign in to comment.