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",
|
"name": "madisonlinux",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "madisonlinux",
|
"name": "madisonlinux",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^2.2.1",
|
"body-parser": "^2.2.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "madisonlinux",
|
"name": "madisonlinux",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Website for upcoming Linux install party in Madison WI",
|
"description": "Website for upcoming Linux install party in Madison WI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web",
|
"web",
|
||||||
|
|||||||
@@ -85,9 +85,9 @@ class Web {
|
|||||||
}
|
}
|
||||||
res.render('lug', {
|
res.render('lug', {
|
||||||
page: {
|
page: {
|
||||||
title: 'Madison End of 10 Install Party',
|
title: 'Madison Linux User Group',
|
||||||
titlesuffix: 'Get help installing Linux',
|
titlesuffix: 'A community around learning and using 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}`
|
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,
|
date: DATE,
|
||||||
installs: this.installs,
|
installs: this.installs,
|
||||||
|
|||||||
Reference in New Issue
Block a user