Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
571 B

  1. </div>
  2. {{- range .Params.js }}
  3. <script src="/{{ . }}.js"></script>
  4. {{- end }}
  5. <footer>
  6. <div class="container">
  7. <!-- <span class="copyright">&copy; {{ .Site.LastChange.Year }} {{ .Site.Title }} - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span> -->
  8. <span class="copyright">
  9. &copy; {{ now.Year }} {{ .Site.Title }} · <a rel="license"
  10. href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> ·
  11. <a href="{{ "credits" | relURL }}">Credits</a>
  12. </span>
  13. </div>
  14. </footer>
  15. </body>
  16. </html>