feat: update image shortcode to use captions
This commit is contained in:
parent
28baa94b93
commit
b717907ab8
26 changed files with 89 additions and 53 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue