chore: sort order

This commit is contained in:
Cory Dransfeldt 2024-04-23 21:13:32 -07:00
parent e777c0e162
commit e8f1dc6be8
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{%- assign artist = artists | first -%}
{%- assign book = books | bookStatus: 'started' | first -%}
{%- assign book = books | bookStatus: 'started' | reverse | first -%}
{%- assign show = tv | first -%}
<div class="now-topper">
<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="https://coryd.dev/now#artists">music</a>, writing, <a href="https://coryd.dev/now#books">reading</a>, <a href="https://coryd.dev/now#tv">tv</a> and <a href="https://coryd.dev/now#movies">movies</a>. Lately I've been listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>, reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>.</p>