aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
AgeCommit message (Collapse)AuthorFilesLines
2024-01-06public/js/app: Remove CSP violationsThedro Neely1-2/+4
2022-07-19app: Refactor and CSS rewriteThedro Neely1-12/+22
2022-03-30generators/hugo/layouts/shortcodes: Remove newlines in side-note titlesThedro Neely1-1/+1
2022-03-19generators/layouts/shortcodes: Don't mix HTML and markdownThedro Neely1-3/+3
Freedom. Use Hugo's newer markdownify feature and convert all posts to pure markdown. Render hooks will propagate if .RenderString function gains the ability to render shortcodes in the future. https://gohugo.io/functions/renderstring/
2021-06-05generators/shortcodes: Footnote and image enhancementsThedro Neely1-21/+12
Defensive; hash footnote content and mark ids to ensure no conflicts on side-notes and images. Decouple PHP from image short-codes. Add margin images. Ensure consistency between foot-notes, side-notes, and side-images.
2019-12-30public/css/tdro: Just link footnote hintsThedro Neely1-0/+4
2019-12-30generators/hugo/shortcodes/marginnote: Add footnote hover hintsThedro Neely1-1/+1
2019-12-04generators/hugo/layouts/shortcodes: Pass inner contents to footnote title ↵Thedro Neely1-1/+1
attribute
2019-11-28hugo/layouts/shortcodes/sideimage: Add footnote figure shortcodeThedro Neely1-0/+19