bổ sung thêm các chức năng còn thiếu của appearance

This commit is contained in:
2026-07-02 18:48:00 +07:00
parent e91e607d14
commit 302785b60b
28 changed files with 1265 additions and 29 deletions
@@ -5,6 +5,18 @@
<title th:text="${page.title}">Page Title</title>
<!-- Add Meta Description for SEO -->
<meta name="description" th:if="${page.metaDescription != null}" th:content="${page.metaDescription}" />
<!-- Customizer CSS overrides -->
<style th:inline="css">
body {
font-family: /*[[${themeModFontFamily}]]*/ sans-serif !important;
}
/* Inject Customizer Primary Color dynamically */
a, .text-primary {
color: /*[[${themeModPrimaryColor}]]*/ #007bff !important;
}
/*[[${themeModCustomCss}]]*/
</style>
</head>
<body>