diff --git a/src/_includes/partials/components/timeline.liquid b/src/_includes/partials/components/timeline.liquid index 5110868..f6d5e86 100644 --- a/src/_includes/partials/components/timeline.liquid +++ b/src/_includes/partials/components/timeline.liquid @@ -8,7 +8,8 @@ link: data.link, title: data.title, location: data.location, - description: data.description %} + description: data.description, + templateContent: elements.templateContent %} {%- endfor -%} {% endif %} \ No newline at end of file