summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/function/escape.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/layouts/partials/function/escape.html')
-rw-r--r--themes/CodeIT/layouts/partials/function/escape.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/CodeIT/layouts/partials/function/escape.html b/themes/CodeIT/layouts/partials/function/escape.html
deleted file mode 100644
index 1ff794f..0000000
--- a/themes/CodeIT/layouts/partials/function/escape.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{- /* Escape character */ -}}
-{{- /* {?X} -> X */ -}}
-{{- $REin := `\{\?(.)\}` -}}
-{{- $REout := `$1` -}}
-{{- return replaceRE $REin $REout . -}}