css refinments

This commit is contained in:
Cássio Zen
2016-07-12 18:10:26 -03:00
parent 7dcd8c3d64
commit ec85b95ef9
4 changed files with 7 additions and 9 deletions

View File

@ -47,7 +47,7 @@
var slug = dateString + "-post-number-" + i + ".md";
window.repoFiles._posts[slug] = {
content: "---\ntitle: \"This is post #" + i + "\"\ndate: " + dateString + "T00:99:99.999Z\n---\n\n# The post is number " + i + "\n\nAnd this is yet another identical post body"
content: "---\ntitle: \"This is post # " + i + "\"\ndate: " + dateString + "T00:99:99.999Z\n---\n\n# The post is number " + i + "\n\nAnd this is yet another identical post body"
}
}
@ -59,7 +59,7 @@
var slug = dateString + "-faq-number-" + i + ".md";
window.repoFiles._faqs[slug] = {
content: "---\ntitle: \"This a 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:99:99.999Z\n---\n\n# Loren ipsum dolor sit amet"
}
}
</script>