Skip to content

Commit

Permalink
Merge branch 'TMS-1013' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Feb 27, 2024
2 parents b800c97 + 80e747c commit a787e8c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 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-1013: Add event weekly entry dates to event partial

## [1.2.1] - 2024-02-01

- TMS-980: Add redipress_include_search to include component contents in search results

## [1.2.0] - 2023-11-21
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 Amuri
* Description: Tampere Multisite Amuri Theme
* Version: 1.2.0
* Version: 1.2.1
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit a787e8c

Please sign in to comment.