TAMAYA-385: Fix twitter handle
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/f78c7fa4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/f78c7fa4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/f78c7fa4 Branch: refs/heads/master Commit: f78c7fa45e5e9e111b9852cec276db40baaa0dc4 Parents: 727f38b Author: Phil Ottlinger <[email protected]> Authored: Tue Sep 12 22:03:16 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Sep 12 22:03:16 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/f78c7fa4/templates/footer.thyme ---------------------------------------------------------------------- diff --git a/templates/footer.thyme b/templates/footer.thyme index c20788f..0a91f5f 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/${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> + <a class="twitter-follow-button" data-show-count="false" th:href="'https://twitter.com/'+${config.twitterhandle}" th:text="'Follow @'+ ${config.twitterhandle}"></a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </p> <p> <b>Disclaimer</b>
