summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/div.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/div.html')
-rw-r--r--layouts/shortcodes/div.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/shortcodes/div.html b/layouts/shortcodes/div.html
deleted file mode 100644
index 0c0b755..0000000
--- a/layouts/shortcodes/div.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{ if .Get "class" }}
-<div class="{{ with .Get "class" }}{{ . }}{{ end }}">
-{{ end }}
-