Skip to content

Commit

Permalink
Merge branch 'develop' into tkt-0003
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Heibült committed Sep 2, 2016
2 parents f5b857b + 6c808b2 commit 967c64b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ <h1 class="c-title-huge will-grow u-margin-bottom-none u-color-pale">{{ site.
</div>

<main class="o-wrapper">
<ul>
{% assign items = site.test %}
{% for item in items %}
<li>
<a href="{{ item.url }}">{{ item.num }} – {{ item.title }}</a>
</li>
{% endfor %}
</ul>

<h1><a href="/">Home</a></h1>

Expand Down

0 comments on commit 967c64b

Please sign in to comment.