diff options
| author | kj-sh604 | 2024-12-21 01:46:21 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-21 01:46:21 -0500 |
| commit | 552d06cd7e61c45476c55895422c8ca3d77a9bc6 (patch) | |
| tree | 6236304c52b9b6d96d2be2fe1078a06322f67847 /includes/link-tags-in-head.php | |
| parent | 8c77e2a9f6b5badf4b78a91a6c04e8c10bea7ce1 (diff) | |
refactor: cleaner codebase and best practices
Diffstat (limited to 'includes/link-tags-in-head.php')
| -rw-r--r-- | includes/link-tags-in-head.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/link-tags-in-head.php b/includes/link-tags-in-head.php index 3b5f302..b05273b 100644 --- a/includes/link-tags-in-head.php +++ b/includes/link-tags-in-head.php @@ -1,2 +1,2 @@ -<link rel="icon" href="../img/site-icon.webp" type="image/x-icon"> -<link rel="stylesheet" href="../css/style.css"> +<link rel="icon" href="/img/site-icon.webp" type="image/x-icon"> +<link rel="stylesheet" href="/css/style.css"> |
