Skip to content

Commit

Permalink
Merge branch 'TMS-1057' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jun 25, 2024
2 parents be0c4cb + dbe5a69 commit b38f32e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1057: Increase articles lead-text font-size

## [1.7.0] - 2024-06-26

- TMS-1054: Remove hero overlay-toggle from single page editor

## [1.6.9] - 2024-06-04
Expand Down
2 changes: 1 addition & 1 deletion lib/ACF/AlterPageSettingsFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct() {
/**
* Remove overlay TrueFalse-field from page settings
*
* @param Field\Group[] $fields Array of settings.
* @param Field\Group $group Group-object of settings.
*
* @return array
*/
Expand Down
6 changes: 3 additions & 3 deletions partials/single-blog-article.dust
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
{/content.image}

{?content.post_excerpt}
<p class="entry__lead">
{content.post_excerpt|s}
<p class="entry__lead is-size-5">
{content.post_excerpt|html}
</p>
{/content.post_excerpt}

Expand All @@ -42,7 +42,7 @@
{?share_links}
<div class="entry__share-links">
<h2 class="h6 mt-6 mb-6">
{Strings.s.share.share_article|s}
{Strings.s.share.share_article|html}
</h2>

{>"ui/share-links" share_links=share_links li_class="mr-4" /}
Expand Down
2 changes: 1 addition & 1 deletion partials/single.dust
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{/content.has_image}

{?content.post_excerpt}
<p class="entry__lead">
<p class="entry__lead is-size-5">
{content.post_excerpt|html}
</p>
{/content.post_excerpt}
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Sara Hilden
* Description: Tampere Multisite Sara Hilden Theme
* Version: 1.6.9
* Version: 1.7.0
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit b38f32e

Please sign in to comment.