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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/theme-buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/theme-buttons.html b/layouts/partials/theme-buttons.html
index 3247b78..6ca86a1 100644
--- a/layouts/partials/theme-buttons.html
+++ b/layouts/partials/theme-buttons.html
@@ -1,7 +1,7 @@
{{ $buttonClasses := "bg-accent-color br2 hover-bg-primary-color hover-light-gray link ph3 pv2 white"}}
<div class="mt4">
{{ with .Params.htmlURL}}
- <a class="{{ $buttonClasses }}" href="{{ .htmlurl }}">
+ <a class="{{ $buttonClasses }}" href="{{ . }}">
<i class="fa fa-download"></i>
Download
</a>