Skip to content
Snippets Groups Projects
Unverified Commit b855a609 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[WIP] Add figure caption to blog section

parent 7f4fac46
No related branches found
No related tags found
No related merge requests found
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<a href="{{ post.permalink }}"><img src="{{ get_url(path="@/" ~ post.relative_path, trailing_slash=true) }}{{ post.extra.depiction.image | safe }}" alt="{{ post.extra.depiction.alt }}" /></a>
</figure>
<a href="{{ post.permalink }}">
<figure class="image is-4by3">
<img src="{{ get_url(path="@/" ~ post.relative_path, trailing_slash=true) }}{{ post.extra.depiction.image | safe }}" alt="{{ post.extra.depiction.alt }}" />
<figcaption>{{ post.extra.depiction.credits }}</figcaption>
</figure>
</a>
</div>
<div class="card-content">
<a href="{{ post.permalink }}"><h3 class="title is-3">{{ post.title }}</h3></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment