feat: meta description updates

This commit is contained in:
Cory Dransfeldt 2024-05-21 13:31:09 -07:00
parent 81c528e44f
commit 3b9fbf7dec
No known key found for this signature in database
41 changed files with 58 additions and 23 deletions

View file

@ -11,7 +11,7 @@ layout: default
{% if yearString == currentYearString %}
<p>I've finished <strong class="highlight-text">{{ bookData.size }} books</strong> this year.</p>
{% else %}
<p>I finished <strong class="highlight-text">{{ bookData.size }} books</strong> in {{ year }}</p>
<p>I finished <strong class="highlight-text">{{ bookData.size }} books</strong> in {{ year }}.</p>
{% endif %}
<hr class="large-spacing" />
{% render "partials/media/grid.liquid", data:bookData, shape: "vertical", count: 200, loading: "eager" %}