mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <meta charset="UTF-8">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 
 | |
| <link rel="stylesheet" href="{{ '/assets/index.css' | relative_url }}">
 | |
| <link rel="shortcut icon" type="image/png" href="{{ '/assets/icon/favicon.ico' | relative_url }}">
 | |
| 
 | |
| <title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title>
 | |
| <meta itemprop="description" name="description"
 | |
|     content="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160  }}{% endif %}" />
 | |
| 
 | |
| {% seo %} |