From a420dd20e7acafe77aaae06d03b1d5423c1cde0e Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Mon, 24 Oct 2016 02:33:16 -0700 Subject: [PATCH] Dynamically set version, link and date on frontpage --- _config.yml | 4 ++++ ...16-10-22-flash-briefing-updater-hacktoberfest.markdown | 1 + source/index.html | 8 +++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 25e61933536..a1121023aa9 100644 --- a/_config.yml +++ b/_config.yml @@ -123,3 +123,7 @@ social: twitter: account: home_assistant + +current_major_version: 0 +current_minor_version: 31 +current_patch_version: 1 diff --git a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown index 15e62d48970..d39b3bf3cb1 100644 --- a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown +++ b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown @@ -4,6 +4,7 @@ title: "0.31: Reading you the news, some serious business, spooky hackery and a description: "Alexa Flash Briefing API support, Markdown in persistent notifications, a new updater component, Hacktoberfest and breaking Z-Wave changes." date: 2016-10-22 13:00:00 -0700 date_formatted: "October 22, 2016" +release_date: 2016-10-24 21:57:00 -0700 author: Robbie Trencheny author_twitter: robbie comments: true diff --git a/source/index.html b/source/index.html index 1a4a0256fe8..0077f5f8219 100644 --- a/source/index.html +++ b/source/index.html @@ -11,15 +11,17 @@ description: Open-source home automation platform running on Python 3. Track and hide_github_edit: true --- +{% assign recent_release_post = site.categories['Release-Notes'].first %} +