Enable mkdocs-material tab navigation
Disable showing on home page
This commit is contained in:
parent
1d37de7061
commit
5322f702ea
|
@ -5,6 +5,7 @@ theme:
|
|||
logo: assets/deluge_logo.png
|
||||
favicon: assets/deluge_icon.png
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.path
|
||||
- navigation.indexes
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "main.html" %} {% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css' | url }}" />
|
||||
{% endblock %} {% block site_nav%} {% endblock %} {% block content %}
|
||||
{% endblock %} {% block tabs %} {% endblock %} {% block site_nav%} {% endblock
|
||||
%} {% block content %}
|
||||
|
||||
<section>
|
||||
<div class="item">
|
||||
|
|
Loading…
Reference in New Issue