chore: fix demo site (#3998)

This commit is contained in:
Erez Rokah 2020-07-09 17:19:53 +03:00 committed by GitHub
parent 784c1fe480
commit 100b0645a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
var slug = dateString + "-faq-number-" + i + ".md";
window.repoFiles._faqs[slug] = {
content: "---\ntitle: \"This FAQ item # " + i + "\"\ndate: " + dateString + "T00:99:99.999Z\n---\n\n# Loren ipsum dolor sit amet"
content: "---\ntitle: \"This FAQ item # " + i + "\"\ndate: " + dateString + "T00:00:00.000Z\n---\n\n# Loren ipsum dolor sit amet"
}
}
window.repoFiles._pages = {

View File

@ -75,7 +75,7 @@
var slug = dateString + "-faq-number-" + i + ".md";
window.repoFiles._faqs[slug] = {
content: "---\ntitle: \"This FAQ item # " + i + "\"\ndate: " + dateString + "T00:99:99.999Z\n---\n\n# Loren ipsum dolor sit amet"
content: "---\ntitle: \"This FAQ item # " + i + "\"\ndate: " + dateString + "T00:00:00.000Z\n---\n\n# Loren ipsum dolor sit amet"
}
}
window.repoFiles._pages = {