summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmin/layouts/_default/single.html')
-rw-r--r--themes/hugo-xmin/layouts/_default/single.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/hugo-xmin/layouts/_default/single.html b/themes/hugo-xmin/layouts/_default/single.html
deleted file mode 100644
index a9a9f86..0000000
--- a/themes/hugo-xmin/layouts/_default/single.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ partial "header.html" . }}
-<div class="article-meta">
-<h1>{{ .Title | markdownify }}</h1>
-{{ with .Params.author }}<p class="author">{{ . }}</p>{{ end }}
-{{ if (gt .Params.date 0) }}<p class="date">{{ .Date.Format "01/02/2006" }}</p>{{ end }}
-</div>
-
-<main class="main">
-{{ .Content }}
-</main>
-
-{{ partial "footer.html" . }}