summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/functions/get_value.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/functions/get_value.html b/_includes/functions/get_value.html
index d1d8507..bbd1815 100644
--- a/_includes/functions/get_value.html
+++ b/_includes/functions/get_value.html
@@ -2,7 +2,7 @@
{%- assign name = include.params.name -%}
{%- endif -%}
-{%- assign keys = name | split:'.'- %}
+{%- assign keys = name | split:'.' -%}
{%- assign name = keys.first -%}
{%- if page[name] != nil -%}