2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-01 18:21:30 +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

@@ -1,4 +1,4 @@
{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
<a href="{{ publisher_ref.url }}" class="link-secondary">
<a href="{{ publisher_ref.url | relative_url }}" class="link-secondary">
<p class="text-muted">by <img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="rounded-circle" width="20" height="20"> {{ include.pub }}</p>
</a>