mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
90184ca3e7
* feat(search): add local search * docs: add docs for search
13 lines
354 B
HTML
13 lines
354 B
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 -}}
|
|
|
|
{{- return $content -}}
|