mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 02:55:34 +00:00
fix links
This commit is contained in:
@ -7,7 +7,7 @@ title: Publishers
|
||||
<ul>
|
||||
{% for publisher in site.publishers %}
|
||||
<li>
|
||||
<h2><a href="{{ publisher.url }}">{{ publisher.name }}</a></h2>
|
||||
<h2><a href="{{ publisher.url | relative_url }}">{{ publisher.name }}</a></h2>
|
||||
<h3>{{ publisher.position }}</h3>
|
||||
<p>{{ publisher.content | mardownify }}</p>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user