diff --git a/docs/_includes/custom/shuffle_panel.html b/docs/_includes/custom/shuffle_panel.html index 8e8512cb60..f537106ca6 100644 --- a/docs/_includes/custom/shuffle_panel.html +++ b/docs/_includes/custom/shuffle_panel.html @@ -1,13 +1,23 @@ - + + + + + + + + {% capture titlemaker %} {{ include.titlemaker | default: "page.title" }} {% endcapture %} +{% assign include_tags = {{ include.tags | split: "," }} %} +{% assign exclude_tags = {{ include.except_tags | split: "," }} %} +
@@ -30,9 +40,10 @@