Missing {{ SITEURL }} property in href links

This commit is contained in:
Raymond Wanyoike 2016-11-07 12:07:45 +03:00
commit fa95d70051
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ All Articles
{% endif %}
</header>
<div class="col-sm-8">
<h3><a href="/{{ article.url }}" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h3>
<h3><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h3>
{{ article.summary }}
</div>
</article>