test: CI test for demos

This commit is contained in:
Yang Jun
2024-08-28 00:31:59 +08:00
committed by Jun Yang
parent ce84cd6f43
commit 3eb307ad86
21 changed files with 14849 additions and 8727 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ app.get('/', function (req, res) {
const todos = ['fork and clone', 'make it better', 'make a pull request']
res.render('todolist', {
todos: todos,
title: 'Welcome to liquidjs!'
title: 'Welcome to LiquidJS!'
})
})