by -> door
This commit is contained in:
parent
537dd68338
commit
121d6519a7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<p class="title is-3"><%= post[:title] %></p>
|
<p class="title is-3"><%= post[:title] %></p>
|
||||||
<p class="subtitle is-5">
|
<p class="subtitle is-5">
|
||||||
<% if post[:author] %>
|
<% if post[:author] %>
|
||||||
by <%= post[:author] %>
|
door <%= post[:author] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in a new issue