Commit 14d0873f authored by Julius Volz's avatar Julius Volz

Fix author display in single-post blog view.

parent e1b9b35d
<% render 'default' do %>
<div class="col-md-9 blog doc-content">
<h1><%= item[:title] %></h1>
<aside>Posted at: <%= get_pretty_date(item) %></aside>
<aside>Posted at: <%= get_pretty_date(item) %> by <%= item[:author]%></aside>
<article class="doc-content">
<%= yield %>
<article>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment