mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-07-23 14:40:44 -04:00
introducing: minimal mistakes
This commit is contained in:
parent
0c0e191d72
commit
3db2701e10
766 changed files with 41906 additions and 1080 deletions
21
docs/_posts/2010-08-06-post-image-linked-caption.md
Normal file
21
docs/_posts/2010-08-06-post-image-linked-caption.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: "Post: Image (Linked with Caption)"
|
||||
categories:
|
||||
- Post Formats
|
||||
tags:
|
||||
- image
|
||||
- Post Formats
|
||||
---
|
||||
|
||||
{% capture fig_img %}
|
||||
[](https://unsplash.com/)
|
||||
{% endcapture %}
|
||||
|
||||
{% capture fig_caption %}
|
||||
Image with a caption.
|
||||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||
<figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
|
||||
</figure>
|
Loading…
Add table
Add a link
Reference in a new issue