From 94769aa1795a80ff325eddaf63f72381483496ce Mon Sep 17 00:00:00 2001 From: Igor Baiborodine Date: Tue, 14 Dec 2021 12:15:20 -0500 Subject: [PATCH 1/2] Add test page --- content/audio/_index.md | 8 ++++++++ layouts/_default/list.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 content/audio/_index.md create mode 100644 layouts/_default/list.html diff --git a/content/audio/_index.md b/content/audio/_index.md new file mode 100644 index 00000000..fb9cf745 --- /dev/null +++ b/content/audio/_index.md @@ -0,0 +1,8 @@ +--- +title: "Issue #263: Test _index.md for to list all audio posts" +date: "2021-12-13" +--- + +### Audio Posts + +Here I want to list post of the `Audio` type. \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 00000000..185ba5c3 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,29 @@ +{{ define "main" }} + +
+
+ + + + + +
+
+{{ end }} From 873e39ce77eaca0f6634e6e650ece8411a7ac26c Mon Sep 17 00:00:00 2001 From: Igor Baiborodine Date: Tue, 14 Dec 2021 13:25:58 -0500 Subject: [PATCH 2/2] Update _index.md --- content/audio/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/audio/_index.md b/content/audio/_index.md index fb9cf745..728675b2 100644 --- a/content/audio/_index.md +++ b/content/audio/_index.md @@ -5,4 +5,4 @@ date: "2021-12-13" ### Audio Posts -Here I want to list post of the `Audio` type. \ No newline at end of file +Here I want to list all posts of the `Audio` type. \ No newline at end of file