diff options
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html index 34891b45..e18c631b 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html @@ -10,22 +10,20 @@ <script type="text/javascript" src="/scripts.js" th:href="@{/scripts.js}"></script> - <title>Layout title</title> + <title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">Juick.com</title> <link rel="icon" href="//i.juick.com/favicon.png"/> <!--[if lt IE 9 & (!IEMobile 7)]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> </head> - <body> <section layout:fragment="content"> - <p>Page content goes here</p> </section> <footer> - <div layout:fragment="custom-footer">Custom footer here</div> + <div layout:fragment="custom-footer"></div> <div id="footer"> <div id="footer-right"> <a href="/settings" th:href="@{/settings}" rel="nofollow" th:text="#{link.settings}">Настройки</a> · |