diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-16 18:44:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-16 18:44:16 +0200 |
| commit | b08b596b34a9f84248df294c7ee4f0c953e000a2 (patch) | |
| tree | 1504bb96fcbf558d08e4d457a8078c7ca7654afe /load_spreadsheet.js | |
| parent | b6d86f71169ef1643a3a44527ae8f59d10ec78b3 (diff) | |
3d clocks
Diffstat (limited to 'load_spreadsheet.js')
| -rw-r--r-- | load_spreadsheet.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load_spreadsheet.js b/load_spreadsheet.js index 689b9d8..acfdd35 100644 --- a/load_spreadsheet.js +++ b/load_spreadsheet.js @@ -42,6 +42,7 @@ async function main() { __index: index, id: "page_" + index, title: row.Title, + short_title: row.Title, type: "image", }; // loop over the tags... |
