mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 13:47:29 +02:00
fix(theme): add missing rel="tag"
attribute for docs/blog tags (#11085)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
This commit is contained in:
parent
535c1c9835
commit
72b8621515
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default function Tag({
|
||||||
}: Props): ReactNode {
|
}: Props): ReactNode {
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
|
rel="tag"
|
||||||
href={permalink}
|
href={permalink}
|
||||||
title={description}
|
title={description}
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|
Loading…
Add table
Reference in a new issue