summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-10-27 12:03:02 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-10-27 12:03:02 +0200
commitd99fed79e9a7a8fdd59f1c9c98d3dfe741ca3c19 (patch)
treed1bae998bd0051acc77ff2a07f12c658a3b05ea3
parentccc2499ca96ed6b4101a483c695b5732283864c2 (diff)
downloadalpine-mksite-d99fed79e9a7a8fdd59f1c9c98d3dfe741ca3c19.tar.bz2
alpine-mksite-d99fed79e9a7a8fdd59f1c9c98d3dfe741ca3c19.tar.xz
fix download buttons
-rw-r--r--downloads/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 260d954..1e51707 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -23,10 +23,10 @@
{{/flavor_desc}}
</ul>
{{#archs}}
- <button class="download-button pure-button">
- <i class="fa fa-download"></i>
- <a href="{{iso_url}}">{{arch}}</a>
- </button>
+ <a class="pure-button download-button" href="{{iso_url}}">
+ <i class="fa fa-download"></i>
+ {{arch}}
+ </a>
{{/archs}}
</div>
</div>