more responsive blogposts
This commit is contained in:
parent
6bc6b9c325
commit
a8a3cc535e
1 changed files with 9 additions and 2 deletions
|
@ -3,11 +3,18 @@
|
||||||
</h1>
|
</h1>
|
||||||
<% if item[:author] %>
|
<% if item[:author] %>
|
||||||
<h2 class="subtitle is-3 has-text-centered">
|
<h2 class="subtitle is-3 has-text-centered">
|
||||||
|
<% if item[:lang] == :en %>
|
||||||
|
by
|
||||||
|
<% else %>
|
||||||
|
door
|
||||||
|
<% end %>
|
||||||
<%= item[:author] %>
|
<%= item[:author] %>
|
||||||
</h2>
|
</h2>
|
||||||
<% end %>
|
<% end %>
|
||||||
<div class="content blogpost">
|
<div class="content columns">
|
||||||
<main class="blogwidth">
|
<div class="column is-2"></div>
|
||||||
|
<main class="column">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</main>
|
</main>
|
||||||
|
<div class="column is-2"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue