diff --git a/_config.yml b/_config.yml index 1923509..63b18e7 100644 --- a/_config.yml +++ b/_config.yml @@ -66,6 +66,8 @@ theme_variables: # edit_me: true # open_issue: true # history: true + # datatables: + # searchbuilder: True # headings: # related-pages: Related pages # more-information-tiles: More information diff --git a/_includes/head.html b/_includes/head.html index f6c6d0d..66c148e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -62,6 +62,13 @@ + {%- if site.theme_variables.datatables.searchbuilder %} + + + + + + {%- endif %}