summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/danix-xyz-hacker/layouts/shortcodes/highlight.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html b/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html
deleted file mode 100644
index 1b6f12a..0000000
--- a/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{{- $lang := .Get 0 -}}
-{{- $opts := .Get 1 | default "" -}}
-{{ highlight .Inner $lang $opts }}