diff --git a/docs/_includes/custom/shuffle_panel.html b/docs/_includes/custom/shuffle_panel.html index f537106ca6..46a0852917 100644 --- a/docs/_includes/custom/shuffle_panel.html +++ b/docs/_includes/custom/shuffle_panel.html @@ -15,8 +15,10 @@ {% capture titlemaker %} {{ include.titlemaker | default: "page.title" }} {% endcapture %} -{% assign include_tags = {{ include.tags | split: "," }} %} -{% assign exclude_tags = {{ include.except_tags | split: "," }} %} +{% assign include_tags = include.tags | split: "," %} +{% assign exclude_tags = include.except_tags | split: "," %} + +{% assign sorted_pages = site.pages | sort_using: site.data.sidebars.pmd_sidebar %}
@@ -39,7 +41,7 @@ {{ include.description }}