From ff0822d24dc306e592c0094477518133ede70359 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 9 May 2022 00:46:59 +0200 Subject: Fix content type names --- layouts/drama/single.html | 7 ------- layouts/dramas/single.html | 7 +++++++ layouts/narrative/single.html | 7 ------- layouts/narratives/single.html | 7 +++++++ layouts/page/single.html | 6 ------ layouts/pages/single.html | 6 ++++++ layouts/poem/single.html | 7 ------- layouts/poems/single.html | 7 +++++++ 8 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 layouts/drama/single.html create mode 100644 layouts/dramas/single.html delete mode 100644 layouts/narrative/single.html create mode 100644 layouts/narratives/single.html delete mode 100644 layouts/page/single.html create mode 100644 layouts/pages/single.html delete mode 100644 layouts/poem/single.html create mode 100644 layouts/poems/single.html (limited to 'layouts') diff --git a/layouts/drama/single.html b/layouts/drama/single.html deleted file mode 100644 index 0609384..0000000 --- a/layouts/drama/single.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- - {{ .Content }} -
-{{ end }} diff --git a/layouts/dramas/single.html b/layouts/dramas/single.html new file mode 100644 index 0000000..0609384 --- /dev/null +++ b/layouts/dramas/single.html @@ -0,0 +1,7 @@ +{{ define "main" }} +
+

{{ .Title }}

+ + {{ .Content }} +
+{{ end }} diff --git a/layouts/narrative/single.html b/layouts/narrative/single.html deleted file mode 100644 index 6b56ef4..0000000 --- a/layouts/narrative/single.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- - {{ .Content }} -
-{{ end }} diff --git a/layouts/narratives/single.html b/layouts/narratives/single.html new file mode 100644 index 0000000..6b56ef4 --- /dev/null +++ b/layouts/narratives/single.html @@ -0,0 +1,7 @@ +{{ define "main" }} +
+

{{ .Title }}

+ + {{ .Content }} +
+{{ end }} diff --git a/layouts/page/single.html b/layouts/page/single.html deleted file mode 100644 index 8e67367..0000000 --- a/layouts/page/single.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- {{ .Content }} -
-{{ end }} diff --git a/layouts/pages/single.html b/layouts/pages/single.html new file mode 100644 index 0000000..8e67367 --- /dev/null +++ b/layouts/pages/single.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+

{{ .Title }}

+ {{ .Content }} +
+{{ end }} diff --git a/layouts/poem/single.html b/layouts/poem/single.html deleted file mode 100644 index 9ad5bfc..0000000 --- a/layouts/poem/single.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- - {{ .Content }} -
-{{ end }} diff --git a/layouts/poems/single.html b/layouts/poems/single.html new file mode 100644 index 0000000..9ad5bfc --- /dev/null +++ b/layouts/poems/single.html @@ -0,0 +1,7 @@ +{{ define "main" }} +
+

{{ .Title }}

+ + {{ .Content }} +
+{{ end }} -- cgit v1.2.3