summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/shortcodes/details.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/layouts/shortcodes/details.html')
-rw-r--r--themes/beautifulhugo/layouts/shortcodes/details.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/beautifulhugo/layouts/shortcodes/details.html b/themes/beautifulhugo/layouts/shortcodes/details.html
deleted file mode 100644
index 3410075..0000000
--- a/themes/beautifulhugo/layouts/shortcodes/details.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<details><summary>{{ .Get 0 }}</summary>
-{{ .Inner }}
-</details>