Swap notice and copyright in footer text
This commit is contained in:
parent
af5d111d76
commit
c0a33a7a76
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@
|
||||||
<footer class="py-5">
|
<footer class="py-5">
|
||||||
<div class="footer-top">
|
<div class="footer-top">
|
||||||
<div class="container footer-social">
|
<div class="container footer-social">
|
||||||
|
<p class="footer-text">This website is hosted for demo purposes only. It is not an actual shop. This is not a Google product.</p>
|
||||||
<p class="footer-text">© 2020 Google Inc (<a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a>)</p>
|
<p class="footer-text">© 2020 Google Inc (<a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a>)</p>
|
||||||
<p class="footer-text"> This website is hosted for demo purposes only. It is not an actual shop. This is not a Google product.</p>
|
|
||||||
<p class="footer-text">
|
<p class="footer-text">
|
||||||
<small>
|
<small>
|
||||||
{{ if $.session_id }}session-id: {{ $.session_id }} — {{end}}
|
{{ if $.session_id }}session-id: {{ $.session_id }} — {{end}}
|
||||||
|
|
Loading…
Reference in a new issue