Skip to content

Commit

Permalink
Merge branch 'master' into TMS-1021
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi authored Mar 26, 2024
2 parents 0929b84 + bfb4fdc commit dd6a8b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.3.3] - 2024-03-26

- TMS-1013: Add event weekly entry dates to event partial
- TMS-1021: Remove image carousel modal max-height

## [1.3.2] - 2024-03-18
Expand Down
18 changes: 14 additions & 4 deletions partials/views/single-dynamic-event/single-dynamic-event-info.dust
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.date_title template_classes=template_classes.info_group_title icon="date" /}

<div class="info-group__description has-text-small has-text-small pt-1 pr-8 pb-4 pl-9">
{#event.normalized.dates}
<div>
{date|html}
</div>
{?event.normalized.dates}
{#event.normalized.dates}
<div>
{date|html}
</div>
{/event.normalized.dates}
{/event.normalized.dates}

{?event.normalized.entries}
{#event.normalized.entries}
<div>
{date|attr}
</div>
{/event.normalized.entries}
{/event.normalized.entries}
</div>
</div>
{/event.normalized.date}
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 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
Expand Down

0 comments on commit dd6a8b0

Please sign in to comment.