This commit is contained in:
Egor Matveev 2022-05-14 11:35:29 +03:00
parent 38fa241e90
commit 138c3fa6e8
3 changed files with 4 additions and 9 deletions

View File

@ -9,7 +9,7 @@
</title> </title>
{% block links %} {% block links %}
{% endblock %} {% endblock %}
<link rel="shortcut icon" href="{% static "img/icon.svg" %}" /> <link rel="shortcut icon" href="{% static "assets/img/brand/light.svg" %}" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href={% static "css/styles.css" %}> <link rel="stylesheet" type="text/css" href={% static "css/styles.css" %}>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">

View File

@ -16,7 +16,7 @@
<link href="https://getbootstrap.com/docs/5.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link href="https://getbootstrap.com/docs/5.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Favicons --> <!-- Favicons -->
<link rel="shortcut icon" href="{% static "img/icon.svg" %}" /> <link rel="shortcut icon" href="{% static "assets/img/brand/light.svg" %}" />

View File

@ -22,6 +22,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Primary Meta Tags --> <!-- Primary Meta Tags -->
{% load static %}
<title> <title>
Sprint - {% block title %}{% endblock %} Sprint - {% block title %}{% endblock %}
</title> </title>
@ -48,13 +49,7 @@
<meta property="twitter:image" content="https://themesberg.s3.us-east-2.amazonaws.com/public/products/volt-pro-bootstrap-5-dashboard/volt-pro-preview.jpg"> <meta property="twitter:image" content="https://themesberg.s3.us-east-2.amazonaws.com/public/products/volt-pro-bootstrap-5-dashboard/volt-pro-preview.jpg">
<!-- Favicon --> <!-- Favicon -->
<link rel="apple-touch-icon" sizes="120x120" href="/static/assets/img/favicon/apple-touch-icon.png"> <link rel="shortcut icon" href="{% static "assets/img/brand/light.svg" %}" />
<link rel="icon" type="image/png" sizes="32x32" href="/static/assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/static/assets/img/favicon/site.webmanifest">
<link rel="mask-icon" href="/static/assets/img/favicon/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Fa icons --> <!-- Fa icons -->
<script src="https://use.fontawesome.com/49b98aaeb5.js"></script> <script src="https://use.fontawesome.com/49b98aaeb5.js"></script>