aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-12-12 22:41:10 +0700
committerGravatar Vitaly Takmazov2016-12-12 22:49:47 +0300
commitc0831038bd7bde32df5af8fb851d210daeccc853 (patch)
tree7a29aec0a4620e5d6b3cfd733f2219f09da6e5f6 /juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
parent353bfb2556ab2288126e448668839cf8b8434fc1 (diff)
i18n for pages
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html19
1 files changed, 9 insertions, 10 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 ef9887d2..c07886b6 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
@@ -11,20 +11,19 @@
<script type="text/javascript" src="/scripts.js" th:href="@{/scripts.js}"></script>
<title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">Juick.com</title>
- <link rel="icon" href="//i.juick.com/favicon.png"/>
+ <link rel="icon" href="//i.juick.com/favicon.png" th:href="@{/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 id="body">
-<div layout:replace="~{views/partial/navigation :: nav}">Navigation block</div>
-<section id="content">
- <p layout:fragment="content">Main content</p>
-</section>
-<aside id="column">
- <p layout:fragment="column">Side column</p>
-</aside>
-
-<footer layout:replace="~{layout/partial/footer :: footer}">Footer</footer>
+ <div layout:replace="~{layout/partial/navigation}">Navigation block</div>
+ <section id="content">
+ <p layout:fragment="content">Main content</p>
+ </section>
+ <aside id="column">
+ <p layout:fragment="column">Side column</p>
+ </aside>
+ <footer layout:replace="~{layout/partial/footer}">Footer</footer>
</body>
</html> \ No newline at end of file