Skip to content

A fork of summary_footnotes (for fixing footnotes in summaries), updated for Pelican 3.7

License

Notifications You must be signed in to change notification settings

jmlares/summary_footnotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Summary Footnotes Plugin#

Plugin to fix footnote references in your summary. By default, they are broken links because the footnotes are not included with the summary. This plugin lets you either remove the links or make them point to the full article page.

This plugin was based off the clean_summary and ssummary plugins.

##Settings##

This plugin has one setting, SUMMARY_FOOTNOTES_MODE which takes a string. The two available modes are "remove" which removes all footnote links from summaries and "link" (the default) which changes footnote links in summaries to link to the footnote on the article page.

##Requirements##

Requires Beautiful Soup:

pip install BeautifulSoup4

##Usage with Summary Plugin##

If using the summary plugin, make sure summary appears in your plugins before clean summary. Eg.

PLUGINS = ['summary', 'summary_footnotes', ... ]

About

A fork of summary_footnotes (for fixing footnotes in summaries), updated for Pelican 3.7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%