mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Feature: Add rel in link to source
This commit is contained in:
parent
787221008d
commit
697afaa0f3
@ -19,6 +19,7 @@ export default function MarkdownTemplate({ data }) {
|
|||||||
style={{ cursor: 'pointer' }}
|
style={{ cursor: 'pointer' }}
|
||||||
href={post.frontmatter.source}
|
href={post.frontmatter.source}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
View source on Github
|
View source on Github
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user