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.
17 lines
499 B
17 lines
499 B
</div>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<!-- <span class="copyright">© {{ .Site.LastChange.Year }} {{ .Site.Title }} - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span> -->
|
|
<span class="copyright">
|
|
© {{ now.Year }} {{ .Site.Title }} · <a rel="license"
|
|
href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> ·
|
|
<a href="{{ "credits" | relURL }}">Credits</a>
|
|
</span>
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
</html>
|