Files
my-site/layouts/partials/resume/print-icon.html

6 lines
161 B
HTML

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