Add meta::description; pass header variable

This commit is contained in:
Andrey Voronkov
2024-01-02 02:37:20 +03:00
parent cd0464092a
commit f32832f70d
60 changed files with 67 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html th:lang="${#locale.toString()}" th:lang-direction="#{language.direction}" xmlns:th="http://www.thymeleaf.org">
<th:block th:insert="~{fragments/common :: head(title=#{split-by-sections.title})}"></th:block>
<th:block th:insert="~{fragments/common :: head(title=#{split-by-sections.title}, header=#{split-by-sections.header})}"></th:block>
<body>
<th:block th:insert="~{fragments/common :: game}"></th:block>