From 8f4a902c9501d3075a6b0c239744416da1d0932c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 2 Mar 2024 13:51:13 -0800 Subject: [PATCH] chore: move a . --- src/_includes/partials/now/topper.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/now/topper.liquid b/src/_includes/partials/now/topper.liquid index 092d36f0..6bac3efe 100644 --- a/src/_includes/partials/now/topper.liquid +++ b/src/_includes/partials/now/topper.liquid @@ -2,7 +2,7 @@ {%- 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 4 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 }}.

+

I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 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