diff --git a/docs/theme/partials/header.html b/docs/theme/partials/header.html new file mode 100644 index 0000000..956b1f8 --- /dev/null +++ b/docs/theme/partials/header.html @@ -0,0 +1,88 @@ +{% set class = "md-header" %} +{% if "navigation.tabs.sticky" in features %} + {% set class = class ~ " md-header--shadow md-header--lifted" %} +{% elif "navigation.tabs" not in features %} + {% set class = class ~ " md-header--shadow" %} +{% endif %} + +
+ + + {% if "navigation.tabs.sticky" in features %} + {% if "navigation.tabs" in features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endif %} +
diff --git a/docs/theme/partials/search.html b/docs/theme/partials/search.html index ccb3877..92e1b22 100644 --- a/docs/theme/partials/search.html +++ b/docs/theme/partials/search.html @@ -1,5 +1,5 @@ - +