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 d0ec0e2 + 6cd8528 commit 9a4fd31
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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.3.0] - 2024-06-26

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

## [1.2.6] - 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
4 changes: 2 additions & 2 deletions 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|kses}
</p>
{/content.post_excerpt}
Expand All @@ -48,7 +48,7 @@
{?share_links}
<div class="entry__share-links is-flex is-flex-wrap-wrap is-flex-direction-column is-align-content-flex-start">
<h2 class="h6 mt-6 mb-6 has-text-left">
{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 style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Milavida
* Description: Tampere Multisite Milavida Theme
* Version: 1.2.6
* Version: 1.3.0
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit 9a4fd31

Please sign in to comment.