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

@ -13,6 +13,8 @@ layout: base
<div>
<h1>{{ title }}</h1>
<h2 class="[ text-fadeText my-0.5 ]">{{ year }}</h2>
{% import "macros/tags.njk" as tags %}
{{ tags.list(filteredTags) }}
</div>
</section>
{{ content | safe }}