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{
|
.padbox{
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue