From b2a508ef653c3317f8ef93980ff6891b9f511084 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 6 Aug 2024 17:54:51 -0700 Subject: [PATCH] fix: missing class param --- package-lock.json | 4 ++-- package.json | 2 +- src/includes/base.liquid | 6 +++--- src/pages/static/about.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef6f4740..3e1c4f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "21.6.0", + "version": "21.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "21.6.0", + "version": "21.6.1", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index ae2420c3..367abde9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "21.6.0", + "version": "21.6.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/includes/base.liquid b/src/includes/base.liquid index 7f297acb..3aa99416 100644 --- a/src/includes/base.liquid +++ b/src/includes/base.liquid @@ -97,9 +97,9 @@ - - - + + + diff --git a/src/pages/static/about.md b/src/pages/static/about.md index cdee9bd9..9bf3d4b4 100644 --- a/src/pages/static/about.md +++ b/src/pages/static/about.md @@ -33,7 +33,7 @@ permalink: /about.html I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, [music](https://coryd.dev/music), [writing](https://coryd.dev/posts), [reading](https://coryd.dev/books), [tv](https://coryd.dev/watching#tv) and [movies](https://coryd.dev/watching#movies). Lately I've been listening to a lot of {{ artist.title }}, reading {{ book.title }} and watching {{ show.name }}. -I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I help organize [the Eleventy Meetup](https://11tymeetup.dev) and mentor through [Underdog Devs](https://www.underdogdevs.org). +I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I also mentor through [Underdog Devs](https://www.underdogdevs.org). I tend to write about whatever strikes me, with a focus on development, technology, automation or issues I run into with these things. This is all typically light on editing with and heavy on spur of the moment thoughts.