Changed permalink from item.id to item.link in default django theme. Thanks, Amit Chakradeo!
This commit is contained in:
parent
a09dbce7d0
commit
91099dc315
@ -39,7 +39,7 @@
|
||||
<p class="entry-tools">
|
||||
by {{ item.channel_author }} on
|
||||
{{ item.date }} ·
|
||||
<a href="{{ item.id }}">permalink</a>
|
||||
<a href="{{ item.link }}">permalink</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user