From 558c19f25d6314727a4e52d800d6aa21c2267a2c Mon Sep 17 00:00:00 2001 From: Goutte Date: Wed, 28 Apr 2021 17:27:16 +0200 Subject: [PATCH] feat: add a new template: parallel pages --- 20.test/50.parallel/parallel.fr.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 20.test/50.parallel/parallel.fr.md diff --git a/20.test/50.parallel/parallel.fr.md b/20.test/50.parallel/parallel.fr.md new file mode 100644 index 000000000..f297b3c65 --- /dev/null +++ b/20.test/50.parallel/parallel.fr.md @@ -0,0 +1,13 @@ +--- +collection: + - a + - b +pages: + # By file path + - path: /20.test/10.a + # or by URL + - path: /test/b + - path: /20.test/30.c +--- + +This content is not shown.