2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

fix links

This commit is contained in:
2022-02-07 00:29:53 +01:00
parent b046190388
commit 5e1a7efe04
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ title: Blog
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt }}</p>
</li>
{% endfor %}