From dc617b26a7706a52e84dbb530f239d790bee5293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Fri, 19 Apr 2024 15:19:45 +0300 Subject: [PATCH] TMS-1029: Change contacts-blocks width --- CHANGELOG.MD | 2 ++ partials/blocks/block-contacts.dust | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b7091af..b4fd2c8 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-1029: Change contacts-blocks width + ## [1.3.3] - 2024-03-26 - TMS-1013: Add event weekly entry dates to event partial diff --git a/partials/blocks/block-contacts.dust b/partials/blocks/block-contacts.dust index 9027d6d..abfbc5a 100644 --- a/partials/blocks/block-contacts.dust +++ b/partials/blocks/block-contacts.dust @@ -1,14 +1,14 @@ -
+
{?title}

- {title|s} + {title|html}

{/title} {?description} - {description|s} + {description|kses} {/description}