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.

7 lines
264 B

  1. <div id="print-icon">
  2. {{ $code := .Get "code" }}
  3. {{ $pdfName := print "pdf/kevin-mok-cover-letter-" $code ".pdf" }}
  4. <a href="{{ $pdfName | relURL }}" target="_blank">
  5. <img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
  6. </a>
  7. </div>