feat: update image shortcode to use captions

This commit is contained in:
Devin Haska 2024-02-19 14:12:17 -08:00
parent 28baa94b93
commit b717907ab8
26 changed files with 89 additions and 53 deletions

View file

@ -8,5 +8,5 @@ title: Posts
<p>
View all <a href="/tags">tags</a>
</p>
{% set items = collections.post %}
{% set items = collections.post | reverse %}
{% include "partials/archive.html" %}