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
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue