Browse Source

Update layout-rtl.astro

pull/5123/head
Daniel 2 years ago
parent
commit
b3e4e9e7a3
  1. 2
      src/html/pages/layout/layout-rtl.astro

2
src/html/pages/layout/layout-rtl.astro

@ -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">

Loading…
Cancel
Save