2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

add links to functions

This commit is contained in:
Matthias Mair 2021-11-09 00:18:50 +01:00
parent 21bc18fe43
commit e4f0506c4b
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,6 @@
title: InvenTree builds it vast functions on top of a few core workflows
link:
internal: /functions
text:
functions:
- title: Organize Parts

View File

@ -3,6 +3,9 @@
<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>
<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 class="flex flex-wrap">
{% assign function_len = include.data.functions | size %}