From dc51dd72af23ab8fb44328a0739cc0afcb7dda92 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 20 Apr 2024 22:01:56 -0700 Subject: [PATCH] Revert "fix: meta" This reverts commit 4bf1f3811b7665b5fc328939a115bee5ca4e44a1. --- src/_includes/partials/now/topper.liquid | 3 ++- src/pages/about.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/now/topper.liquid b/src/_includes/partials/now/topper.liquid index 8c904932..480f1601 100644 --- a/src/_includes/partials/now/topper.liquid +++ b/src/_includes/partials/now/topper.liquid @@ -1,7 +1,8 @@ {%- assign artist = artists | first -%} +{%- assign book = books | first -%} {%- assign show = tv | first -%}
-

I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading, tv and movies. Lately I've been listening to a lot of {{ artist.title }} and watching {{ show.name }}.

+

I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading, tv and movies. Lately I've been{% if artist %} listening to a lot of {{ artist.title }},{% endif %} reading {{ book.title }} and watching {{ show.name }}.

{% render "partials/now/status.liquid", status:status %} {% render "partials/now-playing.liquid" %}
\ No newline at end of file diff --git a/src/pages/about.md b/src/pages/about.md index 6a08e55b..9d1b02e6 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -4,6 +4,7 @@ layout: default permalink: /about.html --- {%- assign artist = music.artists | first -%} +{%- assign book = books | first -%} {%- assign show = tv | first -%}
@@ -13,7 +14,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/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). Lately I've been listening to a lot of {{ artist.title }} and watching {{ show.name }}. +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/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). Lately I've been{% if artist %} listening to a lot of {{ artist.title }},{% endif %} 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).