Skip to content

Commit

Permalink
Use new deduplicate_ids filter
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 21, 2017
1 parent 2abb679 commit a0c7afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -244,7 +244,7 @@

from nikola import filters
FILTERS = {
".html": [filters.add_header_permalinks]
".html": [filters.add_header_permalinks, filters.deduplicate_ids]
}

HEADER_PERMALINKS_FILE_BLACKLIST = ['output/index.html']
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2017-05-20T13:01:23.214578"
"last_deploy": "2017-05-21T10:03:44.339019"
}

0 comments on commit a0c7afd

Please sign in to comment.