Dashie 89aff9aa45 Add python3 support to read_more_link | vor 10 Jahren | |
---|---|---|
.. | ||
Readme.md | vor 11 Jahren | |
__init__.py | vor 11 Jahren | |
read_more_link.py | vor 10 Jahren | |
requirements.txt | vor 11 Jahren |
Author: Vuong Nguyen (http://vuongnguyen.com)
This plugin inserts an inline "read more" or "continue" link into the last html element of the object summary.
For more information, please visit: http://vuongnguyen.com/creating-inline-read-more-link-python-pelican-lxml.html
lxml - for parsing html elements
# This settings indicates that you want to create summary at a certain length
SUMMARY_MAX_LENGTH = 50
# This indicates what goes inside the read more link
READ_MORE_LINK = None (ex: '<span>continue</span>')
# This is the format of the read more link
READ_MORE_LINK_FORMAT = '<a class="read-more" href="/{url}">{text}</a>'