|
@@ -1,31 +1,28 @@
|
|
|
---
|
|
|
-const { title, path, isRtl } = Astro.props
|
|
|
-const cssPath = isRtl ? '.rtl' : ''
|
|
|
+const { title, path, isRtl } = Astro.props;
|
|
|
+const cssPath = isRtl ? '.rtl' : '';
|
|
|
---
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
-<!-- Primary Meta Tags -->
|
|
|
<title>{title}</title>
|
|
|
+<!--begin::Primary Meta Tags-->
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta name="title" content={title}>
|
|
|
<meta name="author" content="ColorlibHQ">
|
|
|
<meta name="description" content="AdminLTE is a Free Bootstrap 5 Admin Dashboard, 30 example pages using Vanilla JS.">
|
|
|
<meta name="keywords" content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard" />
|
|
|
-
|
|
|
-<!-- OPTIONAL LINKS -->
|
|
|
-
|
|
|
-<!-- Google Font: Source Sans Pro -->
|
|
|
+<!--end::Primary Meta Tags-->
|
|
|
+<!--begin::Fonts-->
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
|
|
|
-
|
|
|
-<!-- overlayscrollbars -->
|
|
|
+<!--end::Fonts-->
|
|
|
+<!--begin::Third Party Plugin(OverlayScrollbars)-->
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.1.0/styles/overlayscrollbars.min.css" integrity="sha256-LWLZPJ7X1jJLI5OG5695qDemW1qQ7lNdbTfQ64ylbUY=" crossorigin="anonymous">
|
|
|
-
|
|
|
-<!-- @fortawesome/fontawesome-free -->
|
|
|
+<!--end::Third Party Plugin(OverlayScrollbars)-->
|
|
|
+<!--begin::Third Party Plugin(Font Awesome)-->
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.3.0/css/all.min.css" integrity="sha256-/4UQcSmErDzPCMAiuOiWPVVsNN2s3ZY/NsmXNcj0IFc=" crossorigin="anonymous">
|
|
|
-
|
|
|
-<!-- REQUIRED LINKS -->
|
|
|
-
|
|
|
-<!-- Theme style -->
|
|
|
+<!--end::Third Party Plugin(Font Awesome)-->
|
|
|
+<!--begin::Required Plugin(AdminLTE)-->
|
|
|
<link rel="stylesheet" href={path + '/css/adminlte' + cssPath + '.css'} >
|
|
|
+<!--end::Required Plugin(AdminLTE)-->
|