diff --git a/custom-theme/partials/header.html b/custom-theme/partials/header.html new file mode 100644 index 00000000..31c4926f --- /dev/null +++ b/custom-theme/partials/header.html @@ -0,0 +1,161 @@ + + + +{% set class = "md-header" %} +{% if "navigation.tabs.sticky" in features %} + {% set class = class ~ " md-header--lifted" %} +{% endif %} + + +
+ + + + {% if "navigation.tabs.sticky" in features %} + {% if "navigation.tabs" in features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endif %} +
\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7910e7f2..3e5284aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ theme: icon: repo: fontawesome/brands/github-alt name: 'material' + custom_dir: custom-theme favicon: images/favicon.ico palette: primary: 'white'