From a7d8a2977d6110d1f8778b8ae02067982a5e43a7 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 29 Sep 2020 12:54:54 +0800 Subject: fix: some function params not working --- _includes/functions/get_datetimes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/functions/get_datetimes.html') 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 = '<|>' %} -- cgit v1.2.3