Merge branch 'master' of github.com:ZeusWPI/zeus.ugent.be into better-blog-post
This commit is contained in:
commit
9f81fe1036
3 changed files with 46 additions and 46 deletions
|
@ -31,6 +31,7 @@ dl {
|
|||
|
||||
.padbox {
|
||||
margin-bottom:10px;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.blogwidth{
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
// Sticky footer
|
||||
body.site {
|
||||
overflow-x: hidden;
|
||||
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -28,14 +28,11 @@
|
|||
<div class="columns">
|
||||
<div class="column">
|
||||
<p class="title is-3"><%= post[:title] %></p>
|
||||
<p class="subtitle is-5"><% if post[:author] %>
|
||||
<% if post[:lang] == :en %>
|
||||
by
|
||||
<% else %>
|
||||
door
|
||||
<p class="subtitle is-5">
|
||||
<% if post[:author] %>
|
||||
by <%= post[:author] %>
|
||||
<% end %>
|
||||
<%= post[:author] %>
|
||||
<% end %></p>
|
||||
</p>
|
||||
<div class="content">
|
||||
<%= post[:description] %>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue