mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
use links without html
This commit is contained in:
parent
7ca0f998dc
commit
78d23fd1d6
@ -1,6 +1,6 @@
|
||||
<section class="cm-gray-2 body-font">
|
||||
<div class="section-container">
|
||||
<a href="{% link about/team.html %}" alt="Learn more about the team">
|
||||
<a href="/about/team" alt="Learn more about the team">
|
||||
<div class="flex flex-col text-center w-full mb-20">
|
||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">OUR TEAM</h1>
|
||||
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user