Update PDF file name
This commit is contained in:
parent
3b397ef81f
commit
2851ada65c
|
|
@ -18,7 +18,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
{% link "#", "_blank", "data-ghost-button" %}{% icon "download" %} Télécharger en PDF{% endlink %}
|
||||
{% link "/resume.pdf", "_blank", "data-ghost-button" %}{% icon "download" %} Télécharger en PDF{% endlink %}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: pdf
|
||||
permalink: "pdf.pdf"
|
||||
permalink: "resume.pdf"
|
||||
eleventyComputed:
|
||||
title: "{{author.firstName}} {{author.name}}, {{author.occupation}}"
|
||||
links:
|
||||
|
|
|
|||
Loading…
Reference in a new issue