diff --git a/conf.py b/conf.py index d56108d..ca16c7d 100644 --- a/conf.py +++ b/conf.py @@ -676,6 +676,11 @@ # ".js": [filters.closure_compiler], # ".jpg": ["jpegoptim --strip-all -m75 -v %s"], # } +from nikola import filters + +FILTERS = { + ".html": [filters.add_header_permalinks], +} # Executable for the "yui_compressor" filter (defaults to 'yui-compressor'). # YUI_COMPRESSOR_EXECUTABLE = 'yui-compressor' @@ -1229,7 +1234,7 @@ # BODY_END = "" SEARCH_FORM = """ -