aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-unsafe.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/card-unsafe.html')
-rw-r--r--themes/default/layouts/partials/card-unsafe.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/default/layouts/partials/card-unsafe.html b/themes/default/layouts/partials/card-unsafe.html
deleted file mode 100644
index 1afbd2a..0000000
--- a/themes/default/layouts/partials/card-unsafe.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{- $section := . -}}
-
-{{ if eq $section "begin" }}
-<micro-unsafe>
-<details>
- <summary>
- <h1>
- {{ safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/alert-circle.svg")) }}
- <span>Danger: Unsafe Content. <b><u>Click here</u></b> to show/hide</span>
- </h1>
- </summary>
-</details>
- <micro-unsafe-content>
-{{ end }}
-
-{{ if eq $section "end" }}
- </micro-unsafe-content>
-</micro-unsafe>
-{{ end }}