Skip to content

Commit

Permalink
OEL-1159: Remove field wrappers from dates in teaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Apr 6, 2022
1 parent fe790d1 commit 9fab9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
alt: image.alt,
},
meta: [
content.oe_sc_event_dates,
content.oe_sc_event_dates|field_value,
],
}) }}
</article>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
alt: image.alt,
},
meta: [
content.oe_publication_date
content.oe_publication_date|field_value
],
}) }}
</article>
Expand Down

0 comments on commit 9fab9f2

Please sign in to comment.