Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mkdocs_dracula_theme/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@

<!-- block footer -->
{%- block footer %}
{% include "/modules/footer.html" %}
{% if config.theme.show_footer %}
{% include "/modules/footer.html" %}
{% endif %}
{%- endblock %}
<!-- endblock -->
</div>
Expand Down
2 changes: 2 additions & 0 deletions mkdocs_dracula_theme/mkdocs_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ search_index_only: false

highlightjs: true
hljs_languages: []

show_footer: true
Loading