footer.html 728 B

1234567891011121314151617181920212223242526
  1. </div>
  2. <div class="col-md-4">
  3. {{template "sidebar-right.html" .}}
  4. </div>
  5. </div>
  6. </div>
  7. </div>
  8. </div>
  9. <footer class="bg-light py-4">
  10. <div class="container">
  11. <p class="m-0 text-center text-black">
  12. Copyright © Your Website {{if eq ($.Data.DateTimeFormat "2006") "2019"}}
  13. {{$.Data.DateTimeFormat "2006"}}
  14. {{else}}
  15. 2019-{{$.Data.DateTimeFormat "2006"}}
  16. {{end}}
  17. </p>
  18. </div>
  19. </footer>
  20. <!-- Optional JavaScript -->
  21. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  22. <script src="{{$.System.PathJsJquery}}"></script>
  23. <script src="{{$.System.PathJsPopper}}"></script>
  24. <script src="{{$.System.PathJsBootstrap}}"></script>
  25. </body>
  26. </html>