Fix popover

This commit is contained in:
Aiden Bai
2022-05-03 08:47:42 -07:00
parent a1d03a044e
commit 4525576341
9 changed files with 67 additions and 64 deletions

View File

@ -13,12 +13,10 @@
{{partial "darkmode.html" .}}
</header>
<article>
{{partial "toc.html" .}}
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
</article>
{{partial "footer.html" .}}
{{partial "popover.html" .}}
</div>
</body>
</html>