author stuffs

This commit is contained in:
Lorin Werthen 2016-10-10 19:45:22 +02:00
parent f4d5b06307
commit eac773069f
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +1,3 @@
.blogpost {
.blogtitle {
font-size: 4em;
}
}
.padbox{
margin-bottom:10px;
}

View file

@ -1,7 +1,12 @@
<div class="content blogpost">
<h1 class="has-text-centered blogtitle">
<%= item[:title] %>
</h1>
<div class="has-text-centered">
<h1 class="title is-1">
<%= item[:title] %>
</h1>
<h2 class="subtitle is-3">
Author
</h2>
</div>
<main class="blogwidth">
<%= yield %>
</main>