summaryrefslogtreecommitdiff
path: root/_default/single.html
diff options
context:
space:
mode:
authorBrandon <brandon@btkoch.xyz>2024-10-26 20:10:22 -0400
committerBrandon <brandon@btkoch.xyz>2024-10-26 20:10:22 -0400
commitb980df8bf5a29ba8567beba56b97474dd9dbb3c3 (patch)
tree91d5343b6dca6c2e07fa459db1364070818282e1 /_default/single.html
parentcd0279d2787bbf265e12e309b8a61489c727bb2a (diff)
clean unused components, fix hugo.toml to support columns shortcode
Diffstat (limited to '_default/single.html')
-rw-r--r--_default/single.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/_default/single.html b/_default/single.html
deleted file mode 100644
index c7110a4..0000000
--- a/_default/single.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{ define "main" }}
-
-<h1><u>{{ .Title }}</u></h1>
-{{ .Content }}
-
-{{ end }}