Add documentation for the incoming Jekyll Paginate V2 support

This commit is contained in:
iBug
2024-05-05 00:00:45 +08:00
parent 753ccbbd03
commit f3c617f7de
5 changed files with 63 additions and 21 deletions

View File

@ -1,6 +1,6 @@
<figure class="{{ include.class }}">
<img src="{{ include.image_path | relative_url }}"
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
alt="{% if include.alt %}{{ include.alt }}{% endif %}" />
{%- if include.caption -%}
<figcaption>
{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}