diff options
| author | 2015-05-19 18:52:00 -0400 | |
|---|---|---|
| committer | 2015-05-19 18:52:00 -0400 | |
| commit | fe22043b7443c2c0cbe43d8da5f69cf170b87547 (patch) | |
| tree | fe70809fa73e551c54e12593643e8f92c68f4ddc /conf.py | |
| parent | 0cfcd30ade55e1c58b0f180bce4c021e1af697c1 (diff) | |
Don't demote headers, make them all the same size.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ ADDITIONAL_METADATA = {'hidetitle': 'True'} # past. Useful especially if your post titles are in <h1> tags too, for # example. # (defaults to 1.) -# DEMOTE_HEADERS = 1 +DEMOTE_HEADERS = 0 # If you don’t like slugified file names ([a-z0-9] and a literal dash), # and would prefer to use all the characters your file system allows. |
