From dc0e79188443e0a8587c23fd25cc7d8544f79f1d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 27 Jun 2019 01:33:32 -0400 Subject: [PATCH] Add resume download link --- layouts/_default/baseof.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 190f113..b0cb197 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,6 +25,12 @@ {{ partial "icon.html" (dict "ctx" $ "name" .name ) }} {{ end }} +

+ + {{ partial "icon.html" (dict "ctx" $ "name" "download") }} + Download Résumé + +

{{ block "main" . }}