portfolio/layouts/cv/single.html
Nik Afiq ddf013b6b3
All checks were successful
CI / build-check (push) Has been skipped
CI / build-and-push (push) Successful in 1m37s
initial hugo site with terminal theme
2026-03-17 23:30:49 +09:00

11 lines
246 B
HTML

{{ define "main" }}
<article class="post">
<div class="cv-download">
<a href="/cv/nik-afiq-cv.pdf" download class="cv-download-btn">↓ Download PDF</a>
</div>
<div class="post-content">
{{ .Content }}
</div>
</article>
{{ end }}