File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2><strong>Contatti</strong></h2>
19
19
</ div >
20
20
< div class ="column is-3 ">
21
21
< a target ="_blank " href ="https://www.nethesis.it/ ">
22
- < img class ="nethesis-logo-image " src ="/assets/images/nethesis-logo-150.png ">
22
+ < img class ="nethesis-logo-image " src ="{{ site.baseurl }} /assets/images/nethesis-logo-150.png ">
23
23
</ a >
24
24
< p >
25
25
Da radici Open Source nascono nuove < br >
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/bulma.min.css " />
10
10
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/font-awesome/all.min.css " />
11
11
12
- < link rel ="shortcut icon " type ="image/png " href ="/assets/images/favicon-01.png "/>
12
+ < link rel ="shortcut icon " type ="image/png " href ="{{ site.baseurl }} /assets/images/favicon-01.png "/>
13
13
14
14
< meta name ="google-site-verification " content ="hR4RW8Fchx4T8o4dBtxRIyS1sexPxO_nAml4MBtpcsM " />
15
15
</ head >
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ footer li:before {
144
144
145
145
.logos-images {
146
146
background-color : # ffffff ;
147
- background-image : url ("/assets /images/black-thread-light.png" );
147
+ background-image : url (".. /images/black-thread-light.png" );
148
148
height : 140px ;
149
149
}
150
150
You can’t perform that action at this time.
0 commit comments