chore: Pretty print context in modify_feed
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import logging
|
||||
import pprint
|
||||
|
||||
from pelican import signals
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
def modify_feed(context, feed):
|
||||
pprint.pprint(context)
|
||||
pass
|
||||
|
||||
def register():
|
||||
|
Reference in New Issue
Block a user