Finished building blog overview page.

This commit is contained in:
2018-11-25 18:38:42 +11:00
parent 8ab9f09287
commit 83369773cd
15 changed files with 312 additions and 40 deletions

View File

@ -1,5 +1,5 @@
INSERT INTO "BlogArticles" (
"handle", "image", "shortDescription", "description", "date"
"handle", "title", "image", "shortDescription", "description", "date"
) VALUES (
${handle}, ${image}, ${shortDescription}, ${description}, ${date}
${handle}, ${title}, ${image}, ${shortDescription}, ${description}, ${date}
) RETURNING *;