Repository: jclouds-site Updated Branches: refs/heads/master 2c51202dc -> 2e773f7c4
Release announcement first Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/2e773f7c Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/2e773f7c Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/2e773f7c Branch: refs/heads/master Commit: 2e773f7c425f1ecd7a42d82afe79cbfbf505c0e5 Parents: 2c51202 Author: Ignasi Barrera <[email protected]> Authored: Fri Jan 27 17:07:11 2017 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Fri Jan 27 17:07:11 2017 +0100 ---------------------------------------------------------------------- _layouts/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/2e773f7c/_layouts/home.html ---------------------------------------------------------------------- diff --git a/_layouts/home.html b/_layouts/home.html index c50228c..502dc1d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -36,12 +36,12 @@ </div> </div> - {% include apachecon.html %} - <div id="releasenews" class="alert alert-info"> <p>The <a href="/start/install/">latest version</a> is {{ site.latest_version }} released on {{ site.latest_version_date }}! Read the <a href="/releasenotes/{{ site.latest_version }}/">release notes</a>.</p> </div> + {% include apachecon.html %} + {% capture news %}{% include news.md %}{% endcapture %} {{ news | markdownify }}
