diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-09-29 12:54:54 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-09-29 12:54:54 +0800 |
commit | a7d8a2977d6110d1f8778b8ae02067982a5e43a7 (patch) | |
tree | 6f4f0fa9332ce325c99d8b769814408a7888d760 /_includes/functions/get_datetimes.html | |
parent | 0e8b292bd00ffa4bef4d8aeb436696a7d218243a (diff) |
fix: some function params not working
Diffstat (limited to '_includes/functions/get_datetimes.html')
-rw-r--r-- | _includes/functions/get_datetimes.html | 4 |
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 = '<|>' %} |