generated from corysanin/nodejs-web-template
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7559528038 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "madisonlinux",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "madisonlinux",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "madisonlinux",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Website for upcoming Linux install party in Madison WI",
|
||||
"keywords": [
|
||||
"web",
|
||||
|
||||
@@ -85,9 +85,9 @@ class Web {
|
||||
}
|
||||
res.render('lug', {
|
||||
page: {
|
||||
title: 'Madison End of 10 Install Party',
|
||||
titlesuffix: 'Get help installing Linux',
|
||||
description: `Windows 10 support is ending, but you may not need a brand-new PC! Sector67 in Madison, Wisconsin is hosting a Linux install party to help the community keep their current computers usable and up-to-date. Join us on ${DATE}`
|
||||
title: 'Madison Linux User Group',
|
||||
titlesuffix: 'A community around learning and using Linux',
|
||||
description: `Whether you're just getting your feet wet or your a Linux veteran, come join us for presentations and discussions right here in Madison WI! We meet every 3rd Thursday of the month at Sector67.`
|
||||
},
|
||||
date: DATE,
|
||||
installs: this.installs,
|
||||
|
||||
Reference in New Issue
Block a user