diff --git a/components/Card.vue b/components/Card.vue index 9a99fb2..9e3738a 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -15,7 +15,6 @@ export default { async createCopyUrl() { try { let currentPath = this.$router.history.current.path - let reference = this.createReferenceTag(this.$props.title) await this.$copyText(`https://webgems.io${currentPath}?card=${reference}`) diff --git a/components/Github.vue b/components/Github.vue new file mode 100644 index 0000000..1f55820 --- /dev/null +++ b/components/Github.vue @@ -0,0 +1,28 @@ + + diff --git a/layouts/default.vue b/layouts/default.vue index a546b3c..badd85c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,17 +1,20 @@