disable the blog until the release

This commit is contained in:
soulgalore 2016-10-26 14:44:00 +02:00
parent ed594123e6
commit 116da2b584
2 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,14 +1,14 @@
---
layout: default
title: The sitespeed.io blog
description: The team behind sitespeed.io
author: Peter Hedenskog
keywords: sitespeed.io, peter hedenskog, tobias lidskog
description: The latest news from the sitespeed.io world
keywords: sitespeed.io, peter hedenskog, tobias lidskog, jonathan lee
nav: blog
---
# Blog
<!--
{% for post in site.posts %}
<img src="{{site.baseurl}}{{ post.authorimage }}" class="photo pull-left" width="100" height="100">
@ -22,3 +22,5 @@ nav: blog
* * *
{% endfor %}
-->
Coming soon.