diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 9d46579..c3cb4bf 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1057: Increase articles lead-text font-size + ## [1.8.16] - 2024-06-26 - TMS-925: diff --git a/partials/single-blog-article.dust b/partials/single-blog-article.dust index d42ab90..bbbae81 100644 --- a/partials/single-blog-article.dust +++ b/partials/single-blog-article.dust @@ -46,7 +46,7 @@ {/content.image} {?content.post_excerpt} -

+

{content.post_excerpt|kses}

{/content.post_excerpt} diff --git a/partials/single.dust b/partials/single.dust index 1336054..91ab960 100644 --- a/partials/single.dust +++ b/partials/single.dust @@ -52,8 +52,8 @@ {/content.has_image} {?content.post_excerpt} -

- {content.post_excerpt|s} +

+ {content.post_excerpt|html}

{/content.post_excerpt}