You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ul...@apache.org on 2013/05/03 11:04:21 UTC

svn commit: r1478680 - /tapestry/tapestry-site/trunk/template/template.vm

Author: uli
Date: Fri May  3 09:04:21 2013
New Revision: 1478680

URL: http://svn.apache.org/r1478680
Log:
integrate commenting

Modified:
    tapestry/tapestry-site/trunk/template/template.vm

Modified: tapestry/tapestry-site/trunk/template/template.vm
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/template/template.vm?rev=1478680&r1=1478679&r2=1478680&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/template/template.vm (original)
+++ tapestry/tapestry-site/trunk/template/template.vm Fri May  3 09:04:21 2013
@@ -65,6 +65,12 @@ $body.replaceAll('rel="nofollow"', "")
 #set($content = $exporter.getPageContent("Footer","footer"))
 $content.replaceAll('rel="nofollow"', "")
 </div>
+		<div id="comments_thread"></div>
+		<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=tapestry&amp;page=$page.createFileName()" async="true">
+		</script>
+		<noscript>
+		<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=tapestry&amp;page=$page.createFileName()"></iframe>
+		</noscript>
   </div>
 </body>
 </html>