summaryrefslogtreecommitdiffstats
path: root/templates/question.html
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-12 09:52:55 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-12 09:52:55 -0600
commitb3ef97c51cd6c3c9bd4286e36dd07bbb5267459a (patch)
tree9d705bd1c01e7cbaaae19c49683c11e7a39fc55f /templates/question.html
parentcc378999abd39e070dbc87b482f022201a86b7fa (diff)
downloadaskbot-b3ef97c51cd6c3c9bd4286e36dd07bbb5267459a.tar.gz
askbot-b3ef97c51cd6c3c9bd4286e36dd07bbb5267459a.tar.bz2
askbot-b3ef97c51cd6c3c9bd4286e36dd07bbb5267459a.zip
fixing canonical tag
Diffstat (limited to 'templates/question.html')
-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>