Skip to content
Snippets Groups Projects
Commit a183f619 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent a7c01c33
No related merge requests found
......@@ -8,9 +8,11 @@
l10n = post.localization_for(block.language)
next if l10n.nil?
%>
<div class="col-lg-6 mb-4">
<%= kamifusen_tag l10n.featured_image, width: 300, class: 'img-fluid mb-2' if l10n.featured_image.attached? %>
<p><%= post.to_s_in(current_language) %></p>
<div class="col-lg-6">
<article class="mb-4">
<%= kamifusen_tag l10n.featured_image, width: 300, class: 'img-fluid mb-2' if l10n.featured_image.attached? %>
<p><%= post.to_s_in(current_language) %></p>
</article>
</div>
<% end %>
</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