You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/02/17 20:19:37 UTC

incubator-tamaya-site git commit: TAMAYA-178: Make foot copyright dynamic

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 276266806 -> 971d0fe52


TAMAYA-178: Make foot copyright dynamic

* Use year of creation date to properly add copyright notice.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/971d0fe5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/971d0fe5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/971d0fe5

Branch: refs/heads/master
Commit: 971d0fe52b262f115a11e014848ed4bea53ce955
Parents: 2762668
Author: Phil Ottlinger <po...@apache.org>
Authored: Fri Feb 17 21:18:44 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Fri Feb 17 21:18:44 2017 +0100

----------------------------------------------------------------------
 templates/footer.thyme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/971d0fe5/templates/footer.thyme
----------------------------------------------------------------------
diff --git a/templates/footer.thyme b/templates/footer.thyme
index 995ddbe..f22430f 100644
--- a/templates/footer.thyme
+++ b/templates/footer.thyme
@@ -7,7 +7,7 @@
 
 		    <div id="footer">
 		      <div class="container">
-		        <p class="muted credit">&copy; 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
+		        <p class="muted credit">&copy; 2014-<span th:text='${#dates.format(published_date,"yyyy")}'>published_date</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span th:text='${version}'>version</span></a>
 							at <span th:text='${#dates.format(published_date,"yyyy-MM-dd")}'>published_date</span>
 						</p>