zeus.ugent.be/layouts/blogpost.erb

14 lines
253 B
Plaintext
Raw Normal View History

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