Start working on responsiveness and about page.

This commit is contained in:
Joshua Bemenderfer
2023-02-13 22:09:29 -05:00
parent 6dce7ff031
commit 8b9a136d88
22 changed files with 106 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
module.exports = async function (doc) {
const { head, tail } = doc
const node = {
type: head(),
icon: tail()
}
return node
}