Fixed a build error and added a touch icon

This commit is contained in:
Armin Ronacher 2010-05-27 12:17:07 +02:00
parent 74d458b40c
commit 8d356d7cda
4 changed files with 4 additions and 4 deletions

View file

@ -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']