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