From d56639465065fff5a4f58f800e0d4c9ebb1b5317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Sat, 14 Sep 2019 19:37:18 +0200 Subject: [PATCH] Use select instead of input and add a shortcode to get file list --- content/_index.html | 22 ++++++++++++++++------ layouts/shortcodes/getDataFilesName.html | 10 ++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 layouts/shortcodes/getDataFilesName.html diff --git a/content/_index.html b/content/_index.html index e493f201..d4128908 100644 --- a/content/_index.html +++ b/content/_index.html @@ -11,9 +11,19 @@ draft: false + {{< getDataFilesName >}}

Data

diff --git a/layouts/shortcodes/getDataFilesName.html b/layouts/shortcodes/getDataFilesName.html new file mode 100644 index 00000000..c50a0189 --- /dev/null +++ b/layouts/shortcodes/getDataFilesName.html @@ -0,0 +1,10 @@ + \ No newline at end of file