chore: move intro to cms

This commit is contained in:
Cory Dransfeldt 2024-10-10 14:12:55 -07:00
parent 9846787f64
commit d02a32fb2a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<article>
<p><strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, <a href="/music">music</a>, <a href="/posts">writing</a>, <a href="/books">reading</a>, <a href="/watching#tv">tv</a> and <a href="/watching#movies">movies</a>.</p>
{{ intro }}
{% render "partials/blocks/now-playing.liquid", nowPlaying:nowPlaying %}
</article>

View file

@ -2,6 +2,6 @@
layout: default
permalink: /
---
{% render "partials/home/intro.liquid" nowPlaying:nowPlaying.content %}
{% render "partials/home/intro.liquid" intro:globals.intro, nowPlaying:nowPlaying.content %}
{% render "partials/home/recent-activity.liquid" music:music, books:books.all, tv:tv, movies:movies, links:links %}
{% render "partials/home/recent-posts.liquid" posts:posts %}