Update PDF file name
This commit is contained in:
parent
3b397ef81f
commit
2851ada65c
|
|
@ -18,7 +18,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li>
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: pdf
|
layout: pdf
|
||||||
permalink: "pdf.pdf"
|
permalink: "resume.pdf"
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
title: "{{author.firstName}} {{author.name}}, {{author.occupation}}"
|
title: "{{author.firstName}} {{author.name}}, {{author.occupation}}"
|
||||||
links:
|
links:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue