We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e3a4a commit 8e3f2b9Copy full SHA for 8e3f2b9
1 file changed
src/layouts/Layout.astro
@@ -12,7 +12,7 @@ const { title, description } = Astro.props;
12
<head>
13
<meta charset="UTF-8" />
14
{
15
- (!(Astro.url.pathname == "/")) ? (
+ ((Astro.url.pathname == "/")) ? (
16
<meta name="description"
17
content="مدونة شخصية، محتوى تقني مكتوب باللغة العربية." />
18
) : (
0 commit comments