pelican-plugins / simple-footnotes

Adds footnotes to articles and pages
GNU Affero General Public License v3.0
9 stars 4 forks source link

Add header above footnotes #5

Open Sogolumbo opened 3 years ago

Sogolumbo commented 3 years ago

Currently the footnotes look just like any list. To avoid confusion I think there should be the option to add a headline above the footnotes. The content of the headline could be set by a new option (e.g. a string var FOOTNOTE_TITLE). If the string is empty no header should be inserted. Otherwise I'd choose an h3 element.

Additionally I would add the option to insert a horizontal line hr (This could be controlled with the option FOOTNOTE_HORIZONTAL_LINE).

Sogolumbo commented 3 years ago

Here are some screenshots: simple-footnote_hr simple-footnote_h3