fix formatting
This commit is contained in:
parent
1cc8efbbd6
commit
67b4bc2df9
1 changed files with 43 additions and 46 deletions
|
@ -28,14 +28,11 @@
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p class="title is-3"><%= post[:title] %></p>
|
<p class="title is-3"><%= post[:title] %></p>
|
||||||
<p class="subtitle is-5"><% if post[:author] %>
|
<p class="subtitle is-5">
|
||||||
<% if post[:lang] == :en %>
|
<% if post[:author] %>
|
||||||
by
|
by <%= post[:author] %>
|
||||||
<% else %>
|
|
||||||
door
|
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= post[:author] %>
|
</p>
|
||||||
<% end %></p>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<%= post[:description] %>
|
<%= post[:description] %>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue