mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Switch back the theme. Order the settings.
This commit is contained in:
parent
62bd20a844
commit
c347e3be42
3 changed files with 44 additions and 40 deletions
|
|
@ -21,14 +21,14 @@ pygments_style = 'sphinx'
|
|||
# a list of builtin themes.
|
||||
sys.path.append(os.path.abspath('_themes'))
|
||||
html_theme_path = ['_themes']
|
||||
html_theme = 'flask'
|
||||
html_theme = 'flask_small'
|
||||
|
||||
# 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 = {
|
||||
# 'index_logo': 'pelican.png',
|
||||
# 'github_fork': 'ametaireau/pelican',
|
||||
'index_logo': 'pelican.png',
|
||||
'github_fork': 'ametaireau/pelican',
|
||||
}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue