Skip to content

Logic in jade temps fix#9

Open
alexmattingley wants to merge 3 commits intohdngr:listsInJadeTempsfrom
alexmattingley:logicInJadeTemps-fix
Open

Logic in jade temps fix#9
alexmattingley wants to merge 3 commits intohdngr:listsInJadeTempsfrom
alexmattingley:logicInJadeTemps-fix

Conversation

@alexmattingley
Copy link
Copy Markdown

@hdngr fixes issue #8 .

Comment thread src/app.js
if (title === undefined) {
res.status(503);
res.send("This page is under construction!");
res.render('blog', {posts: postsLists})
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants