mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
5
themes/minimo/layouts/shortcodes/katex.html
Normal file
5
themes/minimo/layouts/shortcodes/katex.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- $displayMode := ( not ( eq ( .Get 0 ) "inline" ) ) -}}
|
||||
|
||||
{{- print ( cond $displayMode "\\[" "\\(" ) }}
|
||||
{{ .Inner }}
|
||||
{{- print ( cond $displayMode "\\]" "\\)" ) -}}
|
Reference in New Issue
Block a user