[Hejes-devel] [1113] blog/show.html: fixed disqus URL, always 'helyesiras' app
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Fri Feb 28 15:08:08 CET 2014
Revision: 1113
Author: mihaltz
Date: 2014-02-28 15:08:08 +0100 (Fri, 28 Feb 2014)
Log Message:
-----------
blog/show.html: fixed disqus URL, always 'helyesiras' app
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/views/blog/show.html
Modified: trunk/web2py/applications/helyesiras_webdev/views/blog/show.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/views/blog/show.html 2014-02-26 17:12:17 UTC (rev 1112)
+++ trunk/web2py/applications/helyesiras_webdev/views/blog/show.html 2014-02-28 14:08:08 UTC (rev 1113)
@@ -82,7 +82,7 @@
var disqus_shortname = 'helyesirasmtahublog'; // required: replace example with your forum shortname
var disqus_identifier = '{{=post.posts.slug}}'; // unique id of this post => id of thread in disqus
var disqus_title = '{{=post.posts.title}}'; // title of this post => title of thread in disqus
- var disqus_url = '{{='http://helyesiras.mta.hu'+URL(c='blog', f='show', args=[post.posts.slug])}}';
+ var disqus_url = '{{='http://helyesiras.mta.hu/helyesiras/blog/show/' + post.posts.slug}}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
More information about the Hejes-devel
mailing list