fix formatting

This commit is contained in:
Lorin Werthen 2016-11-01 20:28:24 +01:00
parent 1cc8efbbd6
commit 67b4bc2df9
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -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>