diff --git a/docs/_config.yml b/docs/_config.yml index 32fff385..1cf9d9bb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -82,4 +82,6 @@ just_the_docs: nav_fold: false # Define default color scheme -color_scheme: custom-light \ No newline at end of file + +color_scheme: custom-light + diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 00000000..67b6a817 --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,16 @@ + + + + + + {{ page.title | default: site.title }} + + + {% if site.color_scheme == 'custom-light' %} + + {% else %} + + + {% endif %} + +