Skip to content

Commit 3f2a94d

Browse files
committed
more cleanup 4
1 parent e2ce4c6 commit 3f2a94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ The {{ site.projectNameStyled }} framework prescribes the following work flow:
3131
5. By interpreting the report and advanced statistics presented to you, you can get a deeper insight into your algorithm's performance as well as into the features and hardness of the benchmark instances you used. You can also directly use building blocks from the generated reports in your publications.
3232

3333
## Posts
34-
% for post in site.posts %}
35-
- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date -}}
34+
{% for post in site.posts %}
35+
- [{{ post.title }}]({{ site.baseurl }}/{{ post.url }}), {{ post.date }}
3636
{% endfor %}

0 commit comments

Comments
 (0)