mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 17:32:55 +02:00
chore: disable url indexing for tags and authors links
This commit is contained in:
@@ -2,16 +2,6 @@
|
||||
<div>
|
||||
<h2 class="type-h2">Comments</h2>
|
||||
<div id="discourse-comments" class="mt-4 mb-24"></div>
|
||||
<!-- <iframe
|
||||
id="discourse-embed-frame"
|
||||
ref="frame"
|
||||
class="mt-4 mb-24"
|
||||
:src="embedSrc"
|
||||
width="100%"
|
||||
scrolling="no"
|
||||
:height="frameHeight"
|
||||
referrerpolicy="no-referrer-when-downgrade"
|
||||
/> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<span itemprop="name" class="flex flex-row">
|
||||
<router-link
|
||||
:to="{ path: $localePath, query: { author: piece.trim() } }"
|
||||
rel="nofollow"
|
||||
>
|
||||
<span
|
||||
:class="computedClassName"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
v-if="link"
|
||||
:to="{ path: $localePath, query: { tags: tag } }"
|
||||
:class="computedClass"
|
||||
rel="nofollow"
|
||||
@click.native="handleTagClick"
|
||||
>
|
||||
#{{ tag }}
|
||||
|
||||
Reference in New Issue
Block a user