aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-24 02:29:00 +0700
committerGravatar Vitaly Takmazov2016-11-24 12:05:13 +0300
commit909a19fa5c48d40e27d97883bbc246b7607d4824 (patch)
tree3bbb0a3a89e49d36790e8dd5c65aa9fc38175470 /juick-spring-www
parent71cc00a9592dde870e239785036a526e054af026 (diff)
layout changes
Diffstat (limited to 'juick-spring-www')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html6
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> &#183;