zeus.ugent.be/layouts/blogpost.erb
Lorin Werthen 9caf682f2d
yolo
2017-04-21 15:45:53 +02:00

23 lines
562 B
Plaintext

<div class="blog-heading">
<div class="titlewrap">
<h1 class="title is-1 has-text-centered animated fadeIn">
<%= item[:title] %>
</h1>
<% if item[:author] %>
<h2 class="subtitle is-3 has-text-centered animated fadeInLeft">
door <%= item[:author] %>
</h2>
<% end %>
<div class="details animated fadeInRight">
<small>
Geschreven op <%= item[:created_at] %><br>
Leestijd: <%= reading_time @item %>
</small>
</div>
</div>
</div>
<div class="columns animated fadeIn">
<%= yield %>
</div>