put the blog back in

This commit is contained in:
soulgalore 2016-10-27 11:29:27 +02:00
parent 69f3d1114b
commit 3862319f57
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +1,3 @@
## 4.0 coming soon
* * *
Yes real soon.
<!--
{% for post in site.posts limit:1 %}
## {{ post.title }}
* * *
@ -11,4 +6,3 @@ Yes real soon.
[Read the blog post to find out more.]({{site.baseurl}}{{ post.url }})
{% endfor %}
-->

View File

@ -8,7 +8,7 @@ nav: blog
# Blog
<!--
{% for post in site.posts %}
<img src="{{site.baseurl}}{{ post.authorimage }}" class="photo pull-left" width="100" height="100">
@ -22,5 +22,3 @@ nav: blog
* * *
{% endfor %}
-->
Coming soon.