File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
< title > {% block title %}{{ config.title }}{% endblock title %}</ title >
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
9
9
{% block favicon %}
10
- < link rel ="icon " type ="image/svg " href ="./ assets/rustic.svg ">
10
+ < link rel ="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
< link rel ="stylesheet " href ="{{ get_url(path='fonts.css') }} ">
15
15
{% endblock fonts %}
16
16
< link rel ="stylesheet " href ="{{ get_url(path='rustic.css') }} ">
17
- < script async defer src ="./ js/buttons.js "> </ script >
17
+ < script async defer src ="{{ get_url(path=' js/buttons.js') }} "> </ script >
18
18
{% block head %}
19
19
{% endblock head %}
20
20
</ head >
32
32
{% block hero %}
33
33
< section class ="hero ">
34
34
< picture class ="hero-image ">
35
- < img src ="{{ get_url(path='./ assets/rustic.svg') }} ">
35
+ < img src ="{{ get_url(path='assets/rustic.svg') }} ">
36
36
</ picture >
37
37
< div class ="hero-message ">
38
38
Backups how they should be.
You can’t perform that action at this time.
0 commit comments