File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/components/styles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
<ul class =" clean-list" role =" list" >
48
48
<li >
49
49
<a class =" with-icon--larger" href =" https://w3c.social/@w3c" hreflang =" en" >
50
- <img class =" icon icon--larger" src =" {{ asset(' svg/mastodon.svg' , ' website-2021' ) }}" width =" 20" height =" 20" alt aria-hidden =" true" loading =" lazy" />
50
+ <img class =" icon icon--larger" src =" {{ absolute_url( asset(' svg/mastodon.svg' , ' website-2021' ) ) }}" width =" 20" height =" 20" alt aria-hidden =" true" loading =" lazy" />
51
51
<span class =" visuallyhidden" >{{ ' footer.links.mastodon' | trans({}, ' w3c_website_templates_bundle' )| raw }}</span >
52
52
</a >
53
53
</li >
54
54
<li >
55
55
<a class =" with-icon--larger" href =" https://github.com/w3c/" hreflang =" en" >
56
- <img class =" icon icon--larger" src =" {{ asset(' svg/github.svg' , ' website-2021' ) }}" width =" 20" height =" 20" alt aria-hidden =" true" loading =" lazy" />
56
+ <img class =" icon icon--larger" src =" {{ absolute_url( asset(' svg/github.svg' , ' website-2021' ) ) }}" width =" 20" height =" 20" alt aria-hidden =" true" loading =" lazy" />
57
57
<span class =" visuallyhidden" >{{ ' footer.links.github' | trans({}, ' w3c_website_templates_bundle' )| raw }}</span >
58
58
</a >
59
59
</li >
You can’t perform that action at this time.
0 commit comments