mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 15:18:20 +00:00
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
|
logo: assets/deluge_logo.png
|
||||||
favicon: assets/deluge_icon.png
|
favicon: assets/deluge_icon.png
|
||||||
features:
|
features:
|
||||||
|
- navigation.tabs
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.path
|
- navigation.path
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{% extends "main.html" %} {% block extrahead %}
|
{% extends "main.html" %} {% block extrahead %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css' | url }}" />
|
<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>
|
<section>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user