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.
2 parents 272ab74 + 7dbf23e commit 691074bCopy full SHA for 691074b
components/Writer.vue
@@ -18,10 +18,7 @@
18
<nuxt-link :to="`/author/${writer.id}/`" class="authorLink">
19
{{ writer.name }}
20
</nuxt-link>
21
- <a
22
- class="twitterLink"
23
- :href="`https://twitter.com/${writer.twitter || writer.id}`"
24
- >
+ <a v-if="writer.twitter" class="twitterLink" :href="writer.twitter">
25
<img class="twitter" src="/images/icon_twitter.svg" alt="Twitter" />
26
</a>
27
</dt>
0 commit comments