Skip to content

feat: add show_footer config option to hide footer#31

Closed
FernandoCelmer wants to merge 1 commit intomainfrom
feat/show-footer-config
Closed

feat: add show_footer config option to hide footer#31
FernandoCelmer wants to merge 1 commit intomainfrom
feat/show-footer-config

Conversation

@FernandoCelmer
Copy link
Member

Description

  • mkdocs_dracula_theme/mkdocs_theme.yml: added show_footer: true as a default config key
  • mkdocs_dracula_theme/base.html: wrapped the footer include block with {% if config.theme.show_footer %} conditional

Motivation and Context

Users who want to hide the "Made with Dracula Theme for MkDocs" footer had no native way to do so. Setting show_footer: false in mkdocs.yml now suppresses it cleanly without requiring a custom_dir override.

Closes #28

Types of changes

  • Bug fix
  • New feature
  • Documentation

Checklist

  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the CHANGELOG
  • I have updated the documentation accordingly

@FernandoCelmer
Copy link
Member Author

Reopening with correct branch naming convention.

@FernandoCelmer FernandoCelmer deleted the feat/show-footer-config branch March 25, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

allow hiding footer

1 participant