Skip to content

Commit 527fa80

Browse files
author
Jon Jandoc
committed
Fix template
1 parent 3f7a123 commit 527fa80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
li(v-for='item in headerSocial')
3232
a(:href='item.link', target='_blank').js-social-link
3333
component(:is='item.icon', :class='`icon-${item.name.toLowerCase()}`').icon
34-
span.sr-only {item.name}
34+
span.sr-only {{ item.name }}
3535
main
3636
nuxt
3737
footer.main-footer
@@ -44,7 +44,7 @@
4444
li(v-for='item in social')
4545
a(:href='item.link', target='_blank').js-social-link
4646
component(:is='item.icon', :class='`icon-${item.name.toLowerCase()}`').icon
47-
span.sr-only {item.name}
47+
span.sr-only {{ item.name }}
4848
script(src='https://identity.netlify.com/v1/netlify-identity-widget.js')
4949
script.
5050
if (window.netlifyIdentity) {

0 commit comments

Comments
 (0)