diff options
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.html | 2 |
1 files changed, 1 insertions, 1 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 e851aefa..ef9887d2 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 @@ -25,6 +25,6 @@ <p layout:fragment="column">Side column</p> </aside> -<footer layout:replace="~{views/partial/footer :: footer}">Footer</footer> +<footer layout:replace="~{layout/partial/footer :: footer}">Footer</footer> </body> </html>
\ No newline at end of file |