From 0982ed53ba78a4ea6f514eabd3464752bcd8440e Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Fri, 23 Feb 2018 12:33:33 -0800 Subject: [PATCH] Always make sure the copyright footer has the correct year (#2707) * Always make sure the copyright footer has the correct year Signed-off-by: Julian C. Dunn --- www/source/layouts/_footer.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/source/layouts/_footer.slim b/www/source/layouts/_footer.slim index 7dae545e8..8a9d51efe 100644 --- a/www/source/layouts/_footer.slim +++ b/www/source/layouts/_footer.slim @@ -45,4 +45,4 @@ footer#main-footer.dark-bg img src="/images/chef-logo.png" alt="logo for Chef Software" p.strict-center.pad-under-xs - small.t-gray © Chef Software 2017 + small.t-gray © Chef Software 2015-#{ Time.now.strftime("%Y") }