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/24 20:25:43 UTC

incubator-tamaya-site git commit: TAMAYA-242: Add twitter button to footer

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 03985e568 -> d27433535


TAMAYA-242: Add twitter button to footer


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/d2743353
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/d2743353
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/d2743353

Branch: refs/heads/master
Commit: d274335359ff38ff32fb18bcdd01215083ccf068
Parents: 03985e5
Author: Phil Ottlinger <po...@apache.org>
Authored: Fri Feb 24 21:25:09 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Fri Feb 24 21:25:09 2017 +0100

----------------------------------------------------------------------
 templates/footer.thyme | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/d2743353/templates/footer.thyme
----------------------------------------------------------------------
diff --git a/templates/footer.thyme b/templates/footer.thyme
index f22430f..a0c1df7 100644
--- a/templates/footer.thyme
+++ b/templates/footer.thyme
@@ -9,7 +9,8 @@
 		      <div class="container">
 		        <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>
+							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>
 						</p>
 						<p>
 								<b>Disclaimer</b>
@@ -35,7 +36,6 @@
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/jquery-1.11.1.min.js'"></script>
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/bootstrap.min.js'"></script>
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/prettify.js'"></script>
-
     	</div>
   	</body>
 </html>