mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-02 07:26:49 +00:00
remove link per settings
This commit is contained in:
parent
7204c6a076
commit
430d1ad219
@ -9,7 +9,7 @@
|
||||
<div class="flex flex-col text-center w-full mb-20">
|
||||
{% if include.data.title %}<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 cm-gray-1">{{ include.data.title }}</h1>{% endif %}
|
||||
{% if include.data.text %}<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>{% endif %}
|
||||
{% if include.data.link %}
|
||||
{% if include.data.link and include.no_link != true %}
|
||||
<a class="text-secondary inline-flex items-center justify-center" href="{% include link.html item=include.data.link %}" alt="learn more">Learn More {% include learn_more.html %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include hero.html title=site.tagline title_2='and a lot more' image='https://dummyimage.com/860x600' color='in InvenTree' detail='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.' %}
|
||||
It also enables reports, is extendible and can be extended with plugins.' %}
|
||||
|
||||
{% include cta.html cta=site.data.general.learn_cta %}
|
||||
{% include functions.html data=site.data.general.function extend=true %}
|
||||
{% include functions.html data=site.data.general.function extend=true no_link %}
|
||||
{% include functions.html data=site.data.functions.extras extend=true padding=false %}
|
||||
{% include cta.html cta=site.data.general.end_cta %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user