Files
my-site/layouts/partials/resume/print-icon.html
2019-09-21 23:47:11 -04:00

6 lines
178 B
HTML

<div id="print-icon">
<a href="{{ "kevin-mok-resume.pdf" | relURL }}" target="_blank">
<img src="{{ "img/resume/printer.svg" | relURL }}" alt="printer-icon">
</a>
</div>