forked from orbit-oss/flask
Fixed a build error and added a touch icon
This commit is contained in:
parent
74d458b40c
commit
8d356d7cda
4 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,9 @@ html_theme = 'flask'
|
|||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
#html_theme_options = {}
|
||||
html_theme_options = {
|
||||
'touch_icon': 'touch-icon.png'
|
||||
}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
html_theme_path = ['_themes']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue