Browse Source

Notion: allow broken relative URLs in footer on development phase

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
de830d1b3e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      bookstore/src/main/resources/templates/fragments/footerpart.html

+ 5
- 0
bookstore/src/main/resources/templates/fragments/footerpart.html View File

@ -4,6 +4,11 @@
<th:block th:fragment="footerpart">
<!--/*
We allow broken URLs on development phase since the page is not deployed to the
target domain environment. Once fully implemented, footer relative URLs should work.
*/-->
<footer style="margin-top: 350px;" th:include="https://fjordtek.com/ :: footer">
</footer>


Loading…
Cancel
Save