2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +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

@ -9,7 +9,7 @@ title: Plugins
<div class="px-0">
<h1 class="display-4 fst-italic">{{post.title}}</h1>
<p class="lead my-3">{{post.excerpt}}</p>
<p class="lead mb-0"><a href="{{post.url}}" class="text-white fw-bold">Continue reading...</a></p>
<p class="lead mb-0"><a href="{{ post.url | relative_url }}" class="text-white fw-bold">Continue reading...</a></p>
</div>
</div>
{% endfor %}