Update layout-rtl.astro

pull/5123/head
Daniel 2023-05-12 13:09:06 +05:30
parent cc43977cb0
commit b3e4e9e7a3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const isRtl = true
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<Head title={title} isRtl={isRtl} />
<Head title={title} path={path} isRtl={isRtl} />
</head>
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<div class="app-wrapper">