aboutsummaryrefslogtreecommitdiff
path: root/themes/XMin/layouts/_default/single.html
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-03-04 16:24:45 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-03-10 22:03:45 +0000
commite12c0d23ad72ffa9389d90311453db535f57e450 (patch)
tree00e8caf78140dee2c9af4568d7d2fb083b80b906 /themes/XMin/layouts/_default/single.html
parent5ed483825a50cadb1d3d2dd55f9e4ebc52716660 (diff)
downloadmfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.gz
mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.bz2
mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.xz
mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.zip
Prepare to move to zine static site generator instead of hugo
https://zine-ssg.io/documentation/
Diffstat (limited to 'themes/XMin/layouts/_default/single.html')
-rw-r--r--themes/XMin/layouts/_default/single.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/XMin/layouts/_default/single.html b/themes/XMin/layouts/_default/single.html
deleted file mode 100644
index ed638ae..0000000
--- a/themes/XMin/layouts/_default/single.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ partial "header.html" . }}
-<div class="article-meta">
-<h1><span class="title">{{ .Title | markdownify }}</span></h1>
-</div>
-
-<main>
-{{ .Content }}
-</main>
-
-{{ partial "footer.html" . }}