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

@ -22,11 +22,10 @@
<li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li>
{{ end }}
</ul>
{{partial "toc.html" .}}
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
</article>
{{partial "footer.html" .}}
{{partial "popover.html" .}}
</div>
</body>