Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
 
 
 

15 lines
185 B

{{ partial "base/header.html" . }}
{{ partial "base/site-title.html" . }}
{{ partial "base/base16-logo.html" . }}
<div id="resume">
{{ .Content }}
</div>
</div>
</body>
</html>