Skip to content

Commit

Permalink
Rename wagtail-logo-new to wagtail-logo-circle
Browse files Browse the repository at this point in the history
- Optimise logo SVG output
  • Loading branch information
lb- committed Mar 24, 2024
1 parent e8171a7 commit 7b1b878
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for the theme.
# These are options specifically for the Wagtail Theme.
html_theme_options = dict(
project_name = "My Project",
logo = "img/wagtail-logo-new.svg",
logo = "img/wagtail-logo-circle.svg",
logo_alt = "Wagtail",
logo_height = 59,
logo_url = "/",
Expand Down
14 changes: 14 additions & 0 deletions sphinx_wagtail_theme/static/img/wagtail-logo-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions sphinx_wagtail_theme/static/img/wagtail-logo-new.svg

This file was deleted.

2 changes: 1 addition & 1 deletion sphinx_wagtail_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pygments_style = none

[options]
project_name = Sphinx Wagtail Theme
logo = img/wagtail-logo-new.svg
logo = img/wagtail-logo-circle.svg
logo_alt = Wagtail
logo_height = 59
logo_url =
Expand Down

0 comments on commit 7b1b878

Please sign in to comment.