chore: sort order
This commit is contained in:
parent
e777c0e162
commit
e8f1dc6be8
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ layout: default
|
|||
permalink: /about.html
|
||||
---
|
||||
{%- assign artist = music.artists | first -%}
|
||||
{%- assign book = books | bookStatus: 'started' | first -%}
|
||||
{%- assign book = books | bookStatus: 'started' | reverse | first -%}
|
||||
{%- assign show = tv | first -%}
|
||||
<div class="avatar-wrapper flex-centered">
|
||||
<div class="interior">
|
||||
|
|
Reference in a new issue