Mobile-responsive personal website, generated using Hugo.
https://kevin-mok.com/
您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字。
17 行
499 B
17 行
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>
|