mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +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 {
|
||||
return (
|
||||
<Link
|
||||
rel="tag"
|
||||
href={permalink}
|
||||
title={description}
|
||||
className={clsx(
|
||||
|
|
Loading…
Add table
Reference in a new issue