Skip to content

Commit

Permalink
Fix news
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasduerschmid committed Sep 24, 2018
1 parent 4e881e0 commit 0a78d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/news.html
Expand Up @@ -17,10 +17,10 @@ <h2 class="page-header">News</h2>
{% assign duration_days = duration_sec | divided_by: 60 | divided_by: 60 | divided_by: 24 %}
{% if duration_days <= site.data.news.max_days %}
<div class="row">
<div class="col-md-2 col-md-offset-1 col-sm-2 text-right">
<h4>{{ n.date | date : "%d %B %Y" }}</h4>
<div class="col-md-3 col-md-offset-1 col-sm-2 text-right">
<h4>{{ n.date | date : "%B %d, %Y" }}</h4>
</div>
<div class="col-md-8 col-sm-10">
<div class="col-md-7 col-sm-10">
<p>{{ n.text}}</p>
</div>
<div class="col-md-1 text-left">
Expand Down

0 comments on commit 0a78d10

Please sign in to comment.