mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-29 05:56:45 +00:00
add links to functions
This commit is contained in:
parent
21bc18fe43
commit
e4f0506c4b
@ -1,4 +1,6 @@
|
|||||||
title: InvenTree builds it vast functions on top of a few core workflows
|
title: InvenTree builds it vast functions on top of a few core workflows
|
||||||
|
link:
|
||||||
|
internal: /functions
|
||||||
text:
|
text:
|
||||||
functions:
|
functions:
|
||||||
- title: Organize Parts
|
- title: Organize Parts
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
<div class="flex flex-col text-center w-full mb-20">
|
<div class="flex flex-col text-center w-full mb-20">
|
||||||
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 cm-gray-1">{{ include.data.title }}</h1>
|
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 cm-gray-1">{{ include.data.title }}</h1>
|
||||||
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
||||||
|
{% if include.data.link %}
|
||||||
|
<a class="text-secondary inline-flex items-center justify-center" href="{% include link.html item=include.data.link %}">Learn More {% include learn_more.html %}</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-wrap">
|
<div class="flex flex-wrap">
|
||||||
{% assign function_len = include.data.functions | size %}
|
{% assign function_len = include.data.functions | size %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user