mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2025-08-07 23:48:44 +00:00
add deadlinks plugin
This commit is contained in:
@@ -35,7 +35,9 @@ DEFAULT_PAGINATION = 20
|
||||
USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category
|
||||
DEFAULT_CATEGORY = 'none'
|
||||
|
||||
PLUGINS = ['encrypt_content']
|
||||
PLUGINS_PATH = ['plugins']
|
||||
|
||||
PLUGINS = ['encrypt_content', 'deadlinks']
|
||||
|
||||
ENCRYPT_CONTENT = {
|
||||
'title_prefix': '[Encrypted]',
|
||||
|
Reference in New Issue
Block a user