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

Fix styling of blog card

parent 9678c50d
No related branches found
No related tags found
No related merge requests found
<div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPost"> <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPost">
{% if post.extra.microdata.about %}
{% for about in post.extra.microdata.about %}
<meta property="schema:about" href="{{ about }}" />
{% endfor %}
{% endif %}
<div class="card-image"> <div class="card-image">
<a href="{{ post.permalink }}"> <a href="{{ post.permalink }}">
<figure class="image is-4by3"> <figure class="image is-4by3">
...@@ -29,5 +24,10 @@ ...@@ -29,5 +24,10 @@
</div> </div>
</div> </div>
</div> </div>
{% if post.extra.microdata.about %}
{% for about in post.extra.microdata.about %}
<meta property="schema:about" href="{{ about }}" />
{% endfor %}
{% endif %}
</div> </div>
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