commit 4b5bcc4fab56cfd91abac378b8e98f52e37f097d
parent 4732424d0f4118b096f275e710ba77b1c542bf63
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Tue, 28 Nov 2017 16:01:24 -0500
Auto update json.
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/content/file/index.json b/content/file/index.json
@@ -1,7 +1,7 @@
{
+ "content":"\n\n<h1>Documents</h1>\n\n",
"date":"0000-00-00",
"datetime":"12:22:16",
"title":"Documents",
- "template":"default-index",
- "content":"\n\n<h1>Documents</h1>\n\n"
+ "template":"default-index"
}
\ No newline at end of file
diff --git a/content/note/index.json b/content/note/index.json
@@ -1,8 +1,8 @@
{
- "permalink":"/note",
"content":"\n\n<h1>Notes</h1>\n\n",
- "template":"note-index",
- "title":"Notes",
"date":"0000-00-00",
- "datetime":"11:26:54"
+ "datetime":"11:26:54",
+ "permalink":"/note",
+ "title":"Notes",
+ "template":"note-index"
}
\ No newline at end of file
diff --git a/content/txt/index.json b/content/txt/index.json
@@ -1,7 +1,7 @@
{
+ "content":"\n\n<h1>Textes</h1>\n\n",
"date":"0000-00-00",
"datetime":"12:22:16",
"title":"Textes",
- "template":"default-index",
- "content":"\n\n<h1>Textes</h1>\n\n"
+ "template":"default-index"
}
\ No newline at end of file