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.
8 lines
291 B
8 lines
291 B
<div id="print-icon">
|
|
{{ $type := .Get "type" }}
|
|
{{ $code := .Get "code" }}
|
|
{{ $pdfName := print "pdf/kevin-mok-" $type "-" $code ".pdf" }}
|
|
<a href="{{ $pdfName | relURL }}" target="_blank">
|
|
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
|
|
</a>
|
|
</div>
|