summaryrefslogtreecommitdiffstats
path: root/layouts/poems
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 18:10:34 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 18:10:42 +0200
commit7d4a696a70969b82a55715221b85700a1e68d140 (patch)
treef80a870391737b9afa1090f3f37975e95fbd1dd2 /layouts/poems
parent0c30ea398b6315e9b99afa4067a4897fad876d60 (diff)
downloadgohugo-theme-ed-7d4a696a70969b82a55715221b85700a1e68d140.tar.gz
Rework single post layouts
Diffstat (limited to 'layouts/poems')
-rw-r--r--layouts/poems/single.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/poems/single.html b/layouts/poems/single.html
deleted file mode 100644
index 58038d1..0000000
--- a/layouts/poems/single.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ define "main" }}
-<article class="poem poetry" role="document"{{ with .Params.lang}} lang="{{ . }}"{{ end }}>
- <header>
- <h1 class="text-title">
- {{ .Params.caption | default .Title }}
- </h1>
- </header>
-
- <p class="byline">
- {{ partial "post-meta/author.html" . }}
- </p>
-
- {{ .Content }}
-</article>
-{{ end }}