Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Jandoc committed Aug 8, 2018
1 parent 3f7a123 commit 527fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
li(v-for='item in headerSocial')
a(:href='item.link', target='_blank').js-social-link
component(:is='item.icon', :class='`icon-${item.name.toLowerCase()}`').icon
span.sr-only {item.name}
span.sr-only {{ item.name }}
main
nuxt
footer.main-footer
Expand All @@ -44,7 +44,7 @@
li(v-for='item in social')
a(:href='item.link', target='_blank').js-social-link
component(:is='item.icon', :class='`icon-${item.name.toLowerCase()}`').icon
span.sr-only {item.name}
span.sr-only {{ item.name }}
script(src='https://identity.netlify.com/v1/netlify-identity-widget.js')
script.
if (window.netlifyIdentity) {
Expand Down

0 comments on commit 527fa80

Please sign in to comment.