mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 10:05:36 +00:00
fix author/publisher matching (#123)
This commit is contained in:
@ -15,7 +15,7 @@ layout: default
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>
|
||||
{{ page.date | date_to_string }}
|
||||
{% include partial/publisher_link.html pub= page.author %}
|
||||
{% include partial/publisher_link.html pub=page.author %}
|
||||
</p>
|
||||
{{ content }}
|
||||
</article>
|
Reference in New Issue
Block a user