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{ .padbox{
margin-bottom:10px; margin-bottom:10px;
} }

View file

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