summaryrefslogtreecommitdiff
path: root/_includes/functions/get_datetimes.html
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-09-29 12:54:54 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-09-29 12:54:54 +0800
commita7d8a2977d6110d1f8778b8ae02067982a5e43a7 (patch)
tree6f4f0fa9332ce325c99d8b769814408a7888d760 /_includes/functions/get_datetimes.html
parent0e8b292bd00ffa4bef4d8aeb436696a7d218243a (diff)
fix: some function params not working
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 = '<|>' %}