From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- _build/themes/ninenines/layouts/articles/list.html | 36 ++++++++++++++++++++++ .../themes/ninenines/layouts/indexes/articles.html | 36 ---------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 _build/themes/ninenines/layouts/articles/list.html delete mode 100644 _build/themes/ninenines/layouts/indexes/articles.html (limited to '_build/themes/ninenines') diff --git a/_build/themes/ninenines/layouts/articles/list.html b/_build/themes/ninenines/layouts/articles/list.html new file mode 100644 index 00000000..ce8f9b4c --- /dev/null +++ b/_build/themes/ninenines/layouts/articles/list.html @@ -0,0 +1,36 @@ +{{ partial "header.html" . }} + + +
+
+
+
+ +

Articles

+ +{{ range (.Paginate (where .Data.Pages "Type" "articles")).Pages }} +
+
+

{{ .Title }}

+

+ {{ .Date.Format "02" }} + {{ .Date.Format "Jan" }} +

+
+ +

{{ .Summary }}

+ +

+ Read More +

+
+{{ end }} + +{{ partial "pagination.html" . }} + +
+
+
+
+ +{{ partial "footer.html" . }} diff --git a/_build/themes/ninenines/layouts/indexes/articles.html b/_build/themes/ninenines/layouts/indexes/articles.html deleted file mode 100644 index ce8f9b4c..00000000 --- a/_build/themes/ninenines/layouts/indexes/articles.html +++ /dev/null @@ -1,36 +0,0 @@ -{{ partial "header.html" . }} - - -
-
-
-
- -

Articles

- -{{ range (.Paginate (where .Data.Pages "Type" "articles")).Pages }} -
-
-

{{ .Title }}

-

- {{ .Date.Format "02" }} - {{ .Date.Format "Jan" }} -

-
- -

{{ .Summary }}

- -

- Read More -

-
-{{ end }} - -{{ partial "pagination.html" . }} - -
-
-
-
- -{{ partial "footer.html" . }} -- cgit v1.2.3