author stuffs
This commit is contained in:
parent
f4d5b06307
commit
eac773069f
2 changed files with 8 additions and 9 deletions
|
@ -1,9 +1,3 @@
|
|||
.blogpost {
|
||||
.blogtitle {
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
|
||||
.padbox{
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue