mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
missing relative url
This commit is contained in:
parent
5e1a7efe04
commit
d4fff72943
@ -25,7 +25,7 @@ layout: default
|
||||
<h3>Posts</h3>
|
||||
<ul class="list-unstyled">
|
||||
{% for post in filtered_posts %}
|
||||
<li>{{ post.date | date_to_string }} <a href="{{ post.url }}" class="lead">{{ post.title }}</a></li>
|
||||
<li>{{ post.date | date_to_string }} <a href="{{ post.url | relative_url }}" class="lead">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user