We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7a123 commit 527fa80Copy full SHA for 527fa80
layouts/default.vue
@@ -31,7 +31,7 @@
31
li(v-for='item in headerSocial')
32
a(:href='item.link', target='_blank').js-social-link
33
component(:is='item.icon', :class='`icon-${item.name.toLowerCase()}`').icon
34
- span.sr-only {item.name}
+ span.sr-only {{ item.name }}
35
main
36
nuxt
37
footer.main-footer
@@ -44,7 +44,7 @@
44
li(v-for='item in social')
45
46
47
48
script(src='https://identity.netlify.com/v1/netlify-identity-widget.js')
49
script.
50
if (window.netlifyIdentity) {
0 commit comments