File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
< header class ="site-header ">
2
2
< div class ="wrapper ">
3
3
< a class ="site-title " rel ="author " href ="/ ">
4
- < img src ="{{ get_url(path='logo_small.png ') }} " width ="48 " height ="48 " alt ="" />
4
+ < img src ="{{ get_url(path='logo.svg ') }} " width ="48 " height ="48 " alt ="" />
5
5
{{ config.title | default(value="Minima") }}
6
6
</ a >
7
7
Original file line number Diff line number Diff line change 23
23
< link rel ="canonical " href ="{{ get_url(path='/' )}} ">
24
24
{% endblock seo %}
25
25
26
- < meta property ="og:image " content ="{{ get_url(path='logo.png ') }} ">
26
+ < meta property ="og:image " content ="{{ get_url(path='logo.svg ') }} ">
27
27
< meta property ="og:image:width " content ="200 ">
28
28
< meta property ="og:image:height " content ="200 ">
29
29
< meta property ="og:site_name " content ="{{ config.title | default(value= "Minima ") }}">
30
30
31
31
< link rel ="stylesheet " href ="{{ get_url(path= "style.css ") }}">
32
32
< link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ get_url(path='apple-touch-icon.png') }} ">
33
+ < link rel ="icon " type ="image/svg+xml " href ="{{get_url(path= "favicon.svg ")}}">
33
34
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ get_url(path= "favicon-32x32.png ") }}">
34
35
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="{{ get_url(path= "favicon-16x16.png ") }}">
35
36
< link rel ="manifest " href ="{{ get_url(path= "site.webmanifest ") }}">
You can’t perform that action at this time.
0 commit comments