Repository: incubator-tamaya-site Updated Branches: refs/heads/master fab54a994 -> f78c7fa45
TAMAYA-285: Add new links to both API versions 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/e9338bd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/e9338bd9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/e9338bd9 Branch: refs/heads/master Commit: e9338bd925aa3fdafa58a1eac26a6f86f599d0c1 Parents: fab54a9 Author: Phil Ottlinger <[email protected]> Authored: Tue Sep 12 21:48:57 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Sep 12 21:48:57 2017 +0200 ---------------------------------------------------------------------- templates/footer.thyme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/e9338bd9/templates/footer.thyme ---------------------------------------------------------------------- diff --git a/templates/footer.thyme b/templates/footer.thyme index d601fea..c20788f 100644 --- a/templates/footer.thyme +++ b/templates/footer.thyme @@ -10,7 +10,7 @@ <p class="muted credit">© 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> | - <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> + <a href="https://twitter.com/${config.twitterhandle}" class="twitter-follow-button" data-show-count="false">Follow @${config.twitterhandle}</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </p> <p> <b>Disclaimer</b>
