diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 90dd6d3..b4fd2c8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,10 @@ 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 - TMS-1021: Remove image carousel modal max-height 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}
diff --git a/style.css b/style.css index 678fc6f..f497754 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* * Theme Name: TMS Theme Vapriikki * Description: Tampere Multisite Vapriikki Theme - * Version: 1.3.2 + * Version: 1.3.3 * Author: Geniem * Author URI: https://geniem.fi * Template: tms-theme-base