mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Missing {{ SITEURL }} property in href links
This commit is contained in:
parent
fa001c23a1
commit
fa95d70051
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue