1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-25 07:41:30 +00:00

Fix popover

This commit is contained in:
Aiden Bai
2022-05-03 08:47:42 -07:00
parent 6e6dd4cb0b
commit 77485b754d
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>