diff options
author | Georg Pfuetzenreuter | 2022-05-08 05:21:07 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-08 05:21:07 +0200 |
commit | 6379976dff4d1da13576b62c335d253e698c872b (patch) | |
tree | b30dbc4d131ff644300fb5945d37451fa92c352a /src/main/resources/templates/portal.html | |
parent | 00021a5785722be3433c3aa79d838ebd4f2ffa52 (diff) | |
download | pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.gz pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.bz2 pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.zip |
Minor UI changes
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/templates/portal.html')
-rw-r--r-- | src/main/resources/templates/portal.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/portal.html b/src/main/resources/templates/portal.html index cc3d8ec..0088e82 100644 --- a/src/main/resources/templates/portal.html +++ b/src/main/resources/templates/portal.html @@ -64,5 +64,6 @@ <footer> <p><a href="/logout">SSO Logout</a></p> +<div id="pagefoot" th:include="layout :: footerFragment">Footer</div> </footer> </html> |