summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-12 09:52:31 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-12 09:52:31 -0600
commit6b5123b28b2544f82bbd531bcc874102d665942c (patch)
treebef585d7a571960ac2b5b5e470a6dcacae988c0c
parent22237890caf3c65f6ecc696a619299cba91ff90c (diff)
downloadaskbot-6b5123b28b2544f82bbd531bcc874102d665942c.tar.gz
askbot-6b5123b28b2544f82bbd531bcc874102d665942c.tar.bz2
askbot-6b5123b28b2544f82bbd531bcc874102d665942c.zip
fixing canonical tag
-rw-r--r--templates/question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/question.html b/templates/question.html
index a2628859..74bc014b 100644
--- a/templates/question.html
+++ b/templates/question.html
@@ -8,7 +8,7 @@
{% block forejs %}
<meta name="description" content="{{question.summary}}" />
<meta name="keywords" content="{{question.tagname_meta_generator}}" />
- <link rel="canonical" href="{{question.get_absolute_url}}"/>
+ <link rel="canonical" href="{{settings.APP_URL}}{{question.get_absolute_url}}"/>
{% if not question.closed and request.user.is_authenticated %}
<script type='text/javascript' src='/content/js/com.cnprog.editor.js'></script>
<script type='text/javascript' src='/content/js/wmd/showdown.js'></script>