|
18 | 18 | <head> |
19 | 19 | <meta charset="utf-8" /> |
20 | 20 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
21 | | - <!-- <link rel="apple-touch-icon" sizes="76x76" href="{{ config.ASSETS_ROOT }}/img/apple-icon.png"> --> |
22 | | - <!-- <link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename='img/apple-icon.png') }}"> --> |
23 | | - <!-- <link rel="icon" type="image/png" href="{{ config.ASSETS_ROOT }}/img/favicon.png"> --> |
| 21 | + <link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', path='img/apple-icon.png') }}"> |
| 22 | + <link rel="icon" type="image/png" href="{{ url_for('static', path='img/favicon.png') }}"> |
24 | 23 |
|
25 | 24 | <title> |
26 | 25 | Soft UI Dashboard - {% block title %}{% endblock %} | AppSeed |
|
29 | 28 | <!-- Fonts and icons --> |
30 | 29 | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" /> |
31 | 30 | <!-- Nucleo Icons --> |
32 | | - <!-- <link href="{{ config.ASSETS_ROOT }}/css/nucleo-icons.css" rel="stylesheet" /> --> |
33 | | - <!-- <link href="{{ config.ASSETS_ROOT }}/css/nucleo-svg.css" rel="stylesheet" /> --> |
| 31 | + <link href="{{ url_for('static', path='css/nucleo-icons.css') }}" rel="stylesheet" /> |
| 32 | + <link href="{{ url_for('static', path='css/nucleo-svg.css') }}" rel="stylesheet" /> |
34 | 33 | <!-- Font Awesome Icons --> |
35 | 34 | <script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script> |
36 | | - <!-- <link href="{{ config.ASSETS_ROOT }}/css/nucleo-svg.css" rel="stylesheet" /> --> |
| 35 | + <link href="{{ url_for('static', path='css/nucleo-svg.css') }}" rel="stylesheet" /> |
37 | 36 | <!-- CSS Files --> |
38 | | - <!-- <link id="pagestyle" href="{{ config.ASSETS_ROOT }}/css/soft-ui-dashboard.css?v=1.0.6" rel="stylesheet" /> --> |
39 | | - |
40 | | - <!-- <link id="pagestyle_dark" href="{{ config.ASSETS_ROOT }}/css/dark-theme-core.css" rel="stylesheet" /> --> |
41 | | - |
| 37 | + <link id="pagestyle" href="{{ url_for('static', path='css/soft-ui-dashboard.css?v=1.0.6') }}" rel="stylesheet" /> |
| 38 | + <link id="pagestyle_dark" href="{{ url_for('static', path='css/dark-theme-core.css') }}" rel="stylesheet" /> |
42 | 39 | <!-- Specific CSS goes HERE --> |
43 | 40 | {% block stylesheets %}{% endblock stylesheets %} |
44 | 41 |
|
|
56 | 53 | </main> |
57 | 54 |
|
58 | 55 | <!-- APP Configurator --> |
59 | | - {% include "includes/fixed-plugin.html" %} |
60 | 56 |
|
61 | 57 | <!-- Core JS Files --> |
62 | 58 | {% include "includes/scripts.html" %} |
|
76 | 72 | <!-- Github buttons --> |
77 | 73 | <script async defer src="https://buttons.github.io/buttons.js"></script> |
78 | 74 | <!-- Control Center for Soft Dashboard: parallax effects, scripts for the example pages etc --> |
79 | | - <!-- <script src="{{ config.ASSETS_ROOT }}/js/soft-ui-dashboard.min.js?v=1.0.6"></script> --> |
| 75 | + <script src="{{ url_for('static', path='js/soft-ui-dashboard.min.js?v=1.0.6') }}"></script> |
80 | 76 |
|
81 | 77 | </body> |
82 | 78 | </html> |
0 commit comments