summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/fontawesome.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/partials/function/fontawesome.html')
-rw-r--r--themes/LoveIt/layouts/partials/function/fontawesome.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/LoveIt/layouts/partials/function/fontawesome.html b/themes/LoveIt/layouts/partials/function/fontawesome.html
deleted file mode 100644
index 2e14326..0000000
--- a/themes/LoveIt/layouts/partials/function/fontawesome.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- /* Font Awesome */ -}}
-{{- /* :(far fa-circle): -> <i class="far fa-circle fa-fw" aria-hidden="true"></i> */ -}}
-
-{{- $REin := ` (:\([\w- ]+?\):)` -}}
-{{- $REout := `&nbsp;$1` -}}
-{{- $content := replaceRE $REin $REout . -}}
-
-{{- $REin = `(:\([\w- ]+?\):) ` -}}
-{{- $REout = `$1&nbsp;` -}}
-{{- $content = replaceRE $REin $REout . -}}
-
-{{- $REin = `:\(([\w- ]+?)\):` -}}
-{{- $REout = `<i class="$1" aria-hidden="true"></i>` -}}
-{{- return replaceRE $REin $REout $content -}}