aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/_markup/render-codeblock-mathml.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/_markup/render-codeblock-mathml.html b/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
index 62ce0e8..f6e5b61 100644
--- a/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
+++ b/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
@@ -11,7 +11,7 @@
{{- end -}}
</figure>
<figcaption>
- <a href="#{{ $id }}">{{ $ordinal }}</a>
+ <a href="#{{ $id }}">({{ $ordinal }})</a>
{{ $caption | markdownify }}
</figcaption>
</figure>