summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/ruby.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/partials/function/ruby.html')
-rw-r--r--themes/LoveIt/layouts/partials/function/ruby.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/LoveIt/layouts/partials/function/ruby.html b/themes/LoveIt/layouts/partials/function/ruby.html
deleted file mode 100644
index 49aa35b..0000000
--- a/themes/LoveIt/layouts/partials/function/ruby.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{- /* Ruby */ -}}
-{{- /* [EN]^(English) -> <strong><ruby>EN<rt>English</rt></ruby></strong> */ -}}
-{{- $REin := `\[(.+?)\]\^\((.+?)\)` -}}
-{{- $REout := `<strong><ruby>$1<rt>$2</rt></ruby></strong>` -}}
-{{- return replaceRE $REin $REout . -}}