Skip to content

Commit bf03633

Browse files
committedNov 25, 2020
Have a working blog system plus a few posts
1 parent 60c1dde commit bf03633

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎blog.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@
102102
- Have to double backslash inside equations.
103103
- You can't use backticks for code. That would exit the Javascript template literal. Instead, use ` + "<code>${b}</code> for one backtick (inline code) and <code>${bb}</code> for three backticks (code blocks)." + `
104104
105-
Otherwise it's just markdown.`}];
105+
Otherwise it's just markdown.`},
106+
{"time": "20201124212913",
107+
"title": "",
108+
"id": "",
109+
"content": ""}
110+
];
106111
var url = new URL(document.location.href);
107112
var sp = Array.from(url.searchParams);
108113
var argname = "index";

0 commit comments

Comments
 (0)