update pelicanconf
This commit is contained in:
parent
405c52e297
commit
95ca1cc089
|
@ -16,14 +16,10 @@ AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (('Pelican', 'https://getpelican.com/'),
|
LINKS = (('GitHub', 'https://github.com/pnmadelaine'),)
|
||||||
('Python.org', 'https://www.python.org/'),
|
|
||||||
('Jinja2', 'https://palletsprojects.com/p/jinja/'),
|
|
||||||
('You can modify those links in your config file', '#'),)
|
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = (('You can add links in your config file', '#'),
|
#SOCIAL = ()
|
||||||
('Another social link', '#'),)
|
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue