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

fix footer

This commit is contained in:
Matthias Mair 2021-11-07 16:26:05 +01:00
parent fb2de5fd87
commit 105ec18c55
3 changed files with 22 additions and 18 deletions

View File

@ -1,7 +1,7 @@
title: InvenTree
tagline: Intuitive Inventory Management
demo-link: http://demo.inventreedb.com/
demo-link: https://demo.inventreedb.com/
doc-link: https://inventree.readthedocs.io/en/latest/
plugin-link: https://repo.invenhost.com/

View File

@ -1,41 +1,43 @@
- title: Websites
cats:
- name: Documentation
link: aa.bb
site: doc-link
- name: Demo
link: aa.cc
site: demo-link
- name: Plugins
link: plugin-repo
site: plugin-link
- title: Contribute
cats:
- name: Translate
link: crowdin
link: https://crowdin.com/project/inventree
- name: Code
link: github
link: https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md
- name: Report
link: github
- name: Document
link: inventree-docs
link: https://github.com/inventree/InvenTree/issues/new/choose
- name: Discuss
link: invetre/dicuss
link: https://github.com/inventree/InvenTree/issues
- name: Document
link: https://github.com/inventree/inventree-docs
- name: Fund
link: sponsoring
link: https://inventree.readthedocs.io/en/latest/contribute/#donate
- title: Extend
cats:
- name: API
link: https://inventree.readthedocs.io/en/latest/extend/python/
- name: Plugins
link: plugin-repo
site: plugin-link
- name: KiCad
link: ki-n-tree
link: https://github.com/sparkmicro/Ki-nTree/
- name: Fusion360
link: F360-Inventree
link: https://github.com/matmair/F360-InvenTree/
- name: Python
link: inventree-python
link: https://inventree.readthedocs.io/en/latest/extend/python/
- name: More
link: github-tag-inventree
link: https://github.com/topics/inventree
- title: Subsites
- title: Sitemap
cats:
- name: Home
link: /
@ -45,3 +47,5 @@
link: /business
- name: For Education
link: /education
- name: About
link: /about

View File

@ -16,7 +16,7 @@
<nav class="list-none mb-10">
{% for item in cat.cats %}
<li>
<a href="{{ item.link }}" class="footer-link">{{ item.name }}</a>
<a href="{% if item.site %}{{ site[item.site] }}{% else %}{{ item.link }}{% endif %}" class="footer-link">{{ item.name }}</a>
</li>
{% endfor %}
</nav>