diff options
Diffstat (limited to 'layouts/poems/single.html')
| -rw-r--r-- | layouts/poems/single.html | 15 |
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 }} |
