mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 10:05:36 +00:00
Merge pull request #105 from matmair/matmair/issue55
Add avatars to team section
This commit is contained in:
@ -24,7 +24,7 @@ notitle: true
|
||||
|
||||
{% assign filtered_team = site.data.team.team | where: 'tag', page.short_name %}
|
||||
{% if filtered_team and filtered_team.size != 0 %}
|
||||
<a href="{% link about/team.html %}"><span class="badge bg-lime-600"><span class="fa-solid fa-shield"></span>Team Member</span></a>
|
||||
<a href="/about/team"><span class="badge bg-lime-600"><span class="fa-solid fa-shield"></span>Team Member</span></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user