clearer link
This commit is contained in:
parent
ddc4cd437d
commit
c15fe26731
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue