Fix comment

This commit is contained in:
Emruz Hossain 2022-03-13 21:51:54 +06:00 committed by GitHub
parent 4fbf06d341
commit 822e58cd87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@
{{ partial "math.html" . }}
{{ end }}
<!-------------- Enable Math support for this page ---------------->
<!-------------- Enable mermaid support for this page ---------------->
{{ if .Params.mermaid }}
{{ partial "mermaid.html" . }}
{{ end }}