2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00

use relative url

This commit is contained in:
2021-11-08 23:47:05 +01:00
parent 8a967e94c0
commit f877e11f5c
4 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,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/favicon.ico" | relative_url }}>
<link rel="stylesheet" href="{{ '/assets/index.css' | relative_url }}">
<link rel="shortcut icon" type="image/png" href="{{ '/assets/favicon.ico' | relative_url }}">
<title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title>
<meta itemprop="description" name="description"