feat(syntax): add fraction syntax (#181)
* feat(syntax): add fraction syntax * docs: add remind for Hugo extended version
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{{- $content := . -}}
|
||||
|
||||
{{- $content = partial "function/fontawesome.html" $content -}}
|
||||
|
||||
{{- $content = partial "function/ruby.html" $content -}}
|
||||
|
||||
{{- $content = partial "function/fraction.html" $content -}}
|
||||
|
||||
{{- $content = partial "function/fontawesome.html" $content -}}
|
||||
|
||||
{{- $content = partial "function/checkbox.html" $content -}}
|
||||
|
||||
{{- $content = partial "function/escape.html" $content -}}
|
||||
|
||||
Reference in New Issue
Block a user