mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
Fix plugin links
This commit is contained in:
parent
c4b8b51757
commit
5a55bae68f
@ -9,7 +9,7 @@
|
||||
- name: News
|
||||
internal: news.html
|
||||
- name: Plugin Repo
|
||||
site: plugin-link
|
||||
internal: plugins.html
|
||||
|
||||
- title: Ecosystem
|
||||
link:
|
||||
|
@ -4,7 +4,7 @@
|
||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">Plugin Repository</h1>
|
||||
<p>
|
||||
Explore plugins provided by the community.
|
||||
<a class="text-secondary inline-flex items-center" href="{% include fnc/link.html item=site.plugin-link %}" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||
<a class="text-secondary inline-flex items-center" href="{% link 'plugins.html' %}" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex flex-wrap -m-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user