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

5 lines
161 B

  1. <div id="print-icon">
  2. <a href="{{ "resume.pdf" | relURL }}" target="_blank">
  3. <img src="{{ "img/printer.svg" | relURL }}" alt="printer-icon">
  4. </a>
  5. </div>