feat: add canonical URLs #3
|
@ -68,6 +68,11 @@ const { post, path, name } = Astro.props;
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Aux Docs - {name}</title>
|
<title>Aux Docs - {name}</title>
|
||||||
|
{
|
||||||
|
post ? (
|
||||||
|
<link rel="canonical" href={`https://wiki.auxolotl.org/${path}`} />
|
||||||
|
) : null
|
||||||
|
}
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
.box {
|
.box {
|
||||||
|
|
Loading…
Reference in a new issue