1 Commits

Author SHA1 Message Date
7559528038 fix title & description
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m4s
App Image CI / Build app image (push) Successful in 1m9s
2025-12-08 14:01:18 -05:00
3 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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,