From ff0a26633ca9a6164e83b9e1bc3ba27c1f1e3a45 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 26 May 2018 21:32:27 +0200 Subject: [PATCH] There doesn't seem to be an "eval" available with that version --- docs/_includes/custom/shuffle_panel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/custom/shuffle_panel.html b/docs/_includes/custom/shuffle_panel.html index 68c7024fd8..a5d8b5e3d7 100644 --- a/docs/_includes/custom/shuffle_panel.html +++ b/docs/_includes/custom/shuffle_panel.html @@ -46,7 +46,7 @@ {% capture excluded %}{{ page.tags | intersect: exclude_tags | empty }}{% endcapture %} {% if included contains "true" and excluded contains "true" %} -
  • {% eval titlemaker %}
  • +
  • {{ titlemaker }}
  • {% endif %} {% endfor %}