Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

test: exported blogposts

Merged Christophe Chaudier requested to merge 29-import-all-blog-posts-from-wordpress into main
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -33,7 +33,7 @@ function Authors({authors}) {
return(
<>
{authors.indexOf(author) !== 0 && ' / '}
<a href={author.url} target='_blank'>{author.name}</a>
<a href={author.url} rel="noreferrer" target='_blank'>{author.name}</a>
</>
)
})
Loading