commit 9e74e4b48fb8535b43569dacc61620f19bcd9470 parent 0d7bb6889864beec52604fbeee36f81e52e5a676 Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com> Date: Fri, 17 Mar 2017 09:13:54 -0400 Add the html to the cv link. Diffstat:
M | templates/mustache/partials/nav.index.mustache | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/mustache/partials/nav.index.mustache b/templates/mustache/partials/nav.index.mustache @@ -15,7 +15,7 @@ </a> </li> <li class="nav__item"> - <a class="nav__link" href="{{ BASE_URL }}/file/curriculum-vitae"> + <a class="nav__link" href="{{ BASE_URL }}/file/curriculum-vitae.html"> Curriculum vitae </a> </li>