Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Ablaza <xlablaza@gmail.com>2017-10-16 12:16:23 +0300
committerXavi Ablaza <xlablaza@gmail.com>2017-10-16 12:16:23 +0300
commit073f4710a8eba951d47b30cd0c90836286ea685b (patch)
treebbcadff62aff88cbf3d0c84fa035db7cf7b7bd66
parent8929be17df083612273544dc897d67ed87c4b84f (diff)
Added resume param
-rw-r--r--layouts/partials/hero.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index c6acabb..030744b 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -106,7 +106,7 @@
</a>
{{ end }}
</div>
- <a href="{{ .Site.BaseURL }}ResumeCollado.pdf" target="blank" class="download-resume" onclick="ga('send', {hitType: 'event',eventCategory: 'CTA',eventAction: 'download',});">
+ <a href="{{ .Site.BaseURL }}{{ .Site.Params.Hero.Resume }}" target="blank" class="download-resume" onclick="ga('send', {hitType: 'event',eventCategory: 'CTA',eventAction: 'download',});">
<svg style="position: relative;top: 1.8px;padding-right: 1.5em;" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16"><g><polygon data-color="color-2" fill="#b6c9fe" points="9,8 9,1 7,1 7,8 4.6,8 8,12 11.4,8 "></polygon>
<path fill="#b6c9fe" d="M15,16H1c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h3v2H2v7h12V7h-2V5h3c0.6,0,1,0.4,1,1v9C16,15.6,15.6,16,15,16z"></path></g></svg>Download Resume</a>
</div>