summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/partials/function/content.html')
-rw-r--r--themes/LoveIt/layouts/partials/function/content.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/LoveIt/layouts/partials/function/content.html b/themes/LoveIt/layouts/partials/function/content.html
deleted file mode 100644
index f1d7ce8..0000000
--- a/themes/LoveIt/layouts/partials/function/content.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{- $content := .Content -}}
-
-{{- if .Ruby -}}
- {{- $content = partial "function/ruby.html" $content -}}
-{{- end -}}
-
-{{- if .Fraction -}}
- {{- $content = partial "function/fraction.html" $content -}}
-{{- end -}}
-
-{{- if .Fontawesome -}}
- {{- $content = partial "function/fontawesome.html" $content -}}
-{{- end -}}
-
-{{- $content = partial "function/checkbox.html" $content -}}
-
-{{- $content = partial "function/escape.html" $content -}}
-
-{{- return $content -}}