|
7 | 7 | <title>{% block title %}{{ config.title }}{% endblock title %}</title> |
8 | 8 | <metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
9 | 9 | {% block favicon %} |
10 | | -<linkrel="icon"type="image/svg"href="./assets/rustic.svg"> |
| 10 | +<linkrel="icon"type="image/svg"href="{{ get_url(path='assets/rustic.svg') }}"> |
11 | 11 | {% endblock favicon %} |
12 | 12 | {% include "_variables.html" %} |
13 | 13 | {% block fonts %} |
14 | 14 | <linkrel="stylesheet"href="{{ get_url(path='fonts.css') }}"> |
15 | 15 | {% endblock fonts %} |
16 | 16 | <linkrel="stylesheet"href="{{ get_url(path='rustic.css') }}"> |
17 | | -<scriptasyncdefersrc="./js/buttons.js"></script> |
| 17 | +<scriptasyncdefersrc="{{ get_url(path='js/buttons.js') }}"></script> |
18 | 18 | {% block head %} |
19 | 19 | {% endblock head %} |
20 | 20 | </head> |
|
32 | 32 | {% block hero %} |
33 | 33 | <sectionclass="hero"> |
34 | 34 | <pictureclass="hero-image"> |
35 | | -<imgsrc="{{ get_url(path='./assets/rustic.svg') }}"> |
| 35 | +<imgsrc="{{ get_url(path='assets/rustic.svg') }}"> |
36 | 36 | </picture> |
37 | 37 | <divclass="hero-message"> |
38 | 38 | Backups how they should be. |
|