zeus.ugent.be/layouts/blogpost.erb

14 lines
269 B
Plaintext
Raw Normal View History

2016-10-11 13:11:18 +00:00
<h1 class="title is-1 has-text-centered">
<%= item[:title] %>
</h1>
<% if item[:author] %>
<h2 class="subtitle is-3 has-text-centered">
<%= item[:author] %>
</h2>
<% end %>
2016-08-27 00:16:35 +00:00
<div class="content blogpost">
2016-10-06 12:21:01 +00:00
<main class="blogwidth">
2016-08-23 18:21:02 +00:00
<%= yield %>
</main>
</div>