disable the blog until the release
This commit is contained in:
parent
ed594123e6
commit
116da2b584
|
|
@ -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 %}
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue