Skip to content

Commit 8e3f2b9

Browse files
committed
fix description
1 parent 54e3a4a commit 8e3f2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { title, description } = Astro.props;
1212
<head>
1313
<meta charset="UTF-8" />
1414
{
15-
(!(Astro.url.pathname == "/")) ? (
15+
((Astro.url.pathname == "/")) ? (
1616
<meta name="description"
1717
content="مدونة شخصية، محتوى تقني مكتوب باللغة العربية." />
1818
) : (

0 commit comments

Comments
 (0)