diff --git a/theme/partials/nav.html b/theme/partials/nav.html new file mode 100644 index 0000000..8c853a4 --- /dev/null +++ b/theme/partials/nav.html @@ -0,0 +1,69 @@ + + + +{% set class = "md-nav md-nav--primary" %} +{% if "navigation.tabs" in features %} + {% set class = class ~ " md-nav--lifted" %} +{% endif %} +{% if "toc.integrate" in features %} + {% set class = class ~ " md-nav--integrated" %} +{% endif %} + + +