clearer link

This commit is contained in:
sakrecoer 2020-05-22 17:43:21 +02:00
parent ddc4cd437d
commit c15fe26731

View file

@ -10,7 +10,7 @@ layout: default
<div class="column"> <div class="column">
<div> <div>
{% for post in site.posts %} {% for post in site.posts %}
<h2>{{ post.title }}</h2> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<p>Nyhet postad den <p>Nyhet postad den
{% assign post-d = post.date | date: "%-d" %} {% assign post-d = post.date | date: "%-d" %}
{% case post-d %} {% case post-d %}