This commit is contained in:
djmailhot 2020-10-13 21:13:49 +00:00 committed by GitHub
commit bdd3dc45d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View file

@ -241,7 +241,7 @@ footer .footer-top .footer-app,
footer .footer-links, footer .footer-links,
footer .footer-top .social, footer .footer-top .social,
footer .footer-top .app { footer .footer-top .app {
display: flex; display: block;
align-items: center; align-items: center;
} }

View file

@ -19,10 +19,15 @@
<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">© 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"> 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">
<small>
{{ if $.session_id }}session-id: {{ $.session_id }} — {{end}}
{{ if $.request_id }}request-id: {{ $.request_id }}{{end}}
</small>
</p>
</div> </div>
</div> </div>
</footer> </footer>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"