resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Use Popper or Sidenotes to improve footnotes readability #52

Closed shah closed 1 year ago

shah commented 2 years ago

To improve readability of footnotes, use sidebars. See:

Something like this might be useful:

layout:
  footnotes:
    style: side

Popper is included in Bootstrap 5 by default (which is what the experimental server is using) so that's probably a good approach.