summaryrefslogtreecommitdiff
path: root/_includes/functions/get_datetimes.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/functions/get_datetimes.html')
-rw-r--r--_includes/functions/get_datetimes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/functions/get_datetimes.html b/_includes/functions/get_datetimes.html
index 4398fbf..f5b4d7e 100644
--- a/_includes/functions/get_datetimes.html
+++ b/_includes/functions/get_datetimes.html
@@ -1,5 +1,5 @@
-{% if include.filter %}
- {% assign filter = include.filter %}
+{% if include.params.filter %}
+ {% assign filter = include.params.filter %}
{% endif %}
{% assign split_mark = '<|>' %}