hugo-theme-stack/layouts/partials/article/components
Jimmy Cai 609d43b088
fix: make KaTeX render all math inside document.body (#994)
Since it only accepts one element, I cannot pass `.article-content` and `#TableOfContent` to it. The official documentation uses `document.body` directly, so I guess that's fine.

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/882
2024-03-27 16:38:30 +01:00
..
content.html
details.html
footer.html
header.html Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
links.html fix: use page resource permalink in link image (#990) 2024-03-27 10:58:22 +01:00
math.html fix: make KaTeX render all math inside document.body (#994) 2024-03-27 16:38:30 +01:00
photoswipe.html Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
related-content.html Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
tags.html