From b83766b46192abc55328fe0808de729afb6554a5 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:36:05 +0530 Subject: [PATCH] Update _head.html --- src/partials/_head.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/partials/_head.html b/src/partials/_head.html index e5e48dd76..31b928dd6 100644 --- a/src/partials/_head.html +++ b/src/partials/_head.html @@ -4,12 +4,8 @@ <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 featuring over 800 components, 10+ plugins and 20 example pages using Vanilla JS."> +<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" /> -<!-- By adding @@path/css/dark/adminlte-dark-addon.css then the page supports both dark color schemes, and the page author prefers / default is light. --> -<meta name="color-scheme" content="light dark"> -<!-- By adding @@path/css/dark/adminlte-dark-addon.css then the page supports both dark color schemes, and the page author prefers / default is dark. --> -<!-- <meta name="color-scheme" content="dark light"> --> <!-- OPTIONAL LINKS --> @@ -25,7 +21,4 @@ <!-- REQUIRED LINKS --> <!-- Theme style --> -<link rel="stylesheet" href="@@path/css/adminlte.css"> - -<!-- For RTL verison use @@path/css/rtl/adminlte.rtl.css, remove dist/css/adminlte.css --> -<!-- <link rel="stylesheet" href="@@path/css/rtl/adminlte.rtl.css""> --> +<link rel="stylesheet" href="@@path/css/adminlte@@if(this.isRtl == true){.rtl}.css">