summaryrefslogtreecommitdiff
path: root/_includes/functions.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/functions.html')
-rw-r--r--_includes/functions.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/_includes/functions.html b/_includes/functions.html
index 3f9fee2..69e3d5a 100644
--- a/_includes/functions.html
+++ b/_includes/functions.html
@@ -1,5 +1,6 @@
-{%- if include.func -%}
- {%- assign func = include.func -%}
+{%- assign params = include -%}
+{%- if params.func -%}
+ {%- assign func = params.func -%}
{%- endif -%}
{%- assign include_path = func -%}
@@ -12,7 +13,7 @@
{%- include functions/log.html level=include.level msg=include.msg -%}
{%- else -%}
{%- assign include_path = 'functions/' | append: include_path -%}
- {%- include {{ include_path }} -%}
+ {%- include {{ include_path }} params=params-%}
{%- endif -%}
{%- if func != 'log' -%}