This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
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
e5449f8697
commit
de830d1b3e
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
Write
Preview
Loading…
Cancel
Save