diff --git a/build.js b/build.js
index 5bc277c..12af0c5 100644
--- a/build.js
+++ b/build.js
@@ -60,7 +60,14 @@ let htmlTemplate = fs.readFileSync(
const links = manifest.map(
(m) => `${m.name}`
);
-htmlTemplate = htmlTemplate.replace("{{content}}", links);
+
+const unorderedListItems = links.map((l) => `
${l}`).join("\r\n");
+const html = `
+
+ ${unorderedListItems}
+
+`;
+htmlTemplate = htmlTemplate.replace("{{content}}", html);
fs.writeFileSync(`${paths.output}/index.html`, htmlTemplate, {
encoding: "utf-8",
flag: "ax",
diff --git a/notes/2-a-test/assets/git.png b/notes/2-a-test/assets/git.png
new file mode 100644
index 0000000..ae2bd67
Binary files /dev/null and b/notes/2-a-test/assets/git.png differ
diff --git a/notes/2-a-test/note.md b/notes/2-a-test/note.md
new file mode 100644
index 0000000..a0e5637
--- /dev/null
+++ b/notes/2-a-test/note.md
@@ -0,0 +1,6 @@
+# Initial commit
+
+Testing
+
+- testing
+ [testing](https://blog.zacke.dev)