From ec0435453f8173ba1a8f0177a8b87be7b481d930 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien BEVILACQUA Date: Mon, 21 Oct 2019 12:24:14 +0200 Subject: Respect hugo convention by renaming posts folder --- layouts/post/single.html | 40 ---------------------------------------- layouts/posts/single.html | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 layouts/post/single.html create mode 100644 layouts/posts/single.html diff --git a/layouts/post/single.html b/layouts/post/single.html deleted file mode 100644 index 4d2dd17..0000000 --- a/layouts/post/single.html +++ /dev/null @@ -1,40 +0,0 @@ - - - -{{ partial "head.html" . }} - - - {{ `` | safeHTML }} - - -
- {{ partial "banner.html" . }} -
- - {{ partial "nav.html" . }} -
-
-

{{ .Title }}

-
-    |   {{ .ReadingTime }} minute read   |   Using {{ .WordCount }} words -
-
{{ .Content | safeHTML }}
-
-
- -
-
-
- {{ partial "footer.html" . }} -
- {{ partial "banner.html" . }} -
- - - {{ partial "foot.html" . }} - - diff --git a/layouts/posts/single.html b/layouts/posts/single.html new file mode 100644 index 0000000..4d2dd17 --- /dev/null +++ b/layouts/posts/single.html @@ -0,0 +1,40 @@ + + + +{{ partial "head.html" . }} + + + {{ `` | safeHTML }} + + +
+ {{ partial "banner.html" . }} +
+ + {{ partial "nav.html" . }} +
+
+

{{ .Title }}

+
+    |   {{ .ReadingTime }} minute read   |   Using {{ .WordCount }} words +
+
{{ .Content | safeHTML }}
+
+
+ +
+
+
+ {{ partial "footer.html" . }} +
+ {{ partial "banner.html" . }} +
+ + + {{ partial "foot.html" . }} + + -- cgit v1.2.3