put the blog back in
This commit is contained in:
parent
69f3d1114b
commit
3862319f57
|
|
@ -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 %}
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue