mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-03 23:15:45 +00:00 
			
		
		
		
	fix footer
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user