bổ sung thêm các chức năng còn thiếu của appearance
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user