chore: move intro to cms
This commit is contained in:
parent
9846787f64
commit
d02a32fb2a
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
|
@ -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 %}
|
Reference in a new issue