summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/content.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-21 21:01:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-21 21:01:11 +0200
commit582a8a33aff644a6b07534aaf677973abc6f154c (patch)
tree069a34670b1b91041ef9f3fcb73192dd05c60963 /themes/LoveIt/layouts/partials/function/content.html
parent038eabdda56dbfdbbba4328ac035cc4d77e8d80d (diff)
use different theme that is a lot slimer
Diffstat (limited to 'themes/LoveIt/layouts/partials/function/content.html')
-rw-r--r--themes/LoveIt/layouts/partials/function/content.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/themes/LoveIt/layouts/partials/function/content.html b/themes/LoveIt/layouts/partials/function/content.html
deleted file mode 100644
index 250a5b7..0000000
--- a/themes/LoveIt/layouts/partials/function/content.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{- $content := .Content -}}
-
-{{- if $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 -}}
-
-{{- end -}}
-
-{{- return $content -}}