fix: add missing head element

dev
gravel 2 years ago
parent 34c291b8b2
commit 48980c6185
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -13,6 +13,7 @@
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<?php include "+components/page-head.php" ?> <?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/support/"> <link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/support/">
@ -72,6 +73,7 @@
margin: auto; margin: auto;
} }
</style> </style>
</head>
<body> <body>
<h1>Hi!</h1> <h1>Hi!</h1>

Loading…
Cancel
Save