From d02f38830996ef54f84424ae91e52f60ff9ed98a Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Tue, 18 Jul 2017 00:20:51 +0200 Subject: [PATCH] Adds button and click handler to display a specifi distro --- _includes/layout/base/wallets-list.html | 2 +- _layouts/wallet-container.html | 2 +- _sass/_wallets.scss | 18 ++++++++++++++ js/main.js | 33 +++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/_includes/layout/base/wallets-list.html b/_includes/layout/base/wallets-list.html index b27d19c3..ce9d01f5 100644 --- a/_includes/layout/base/wallets-list.html +++ b/_includes/layout/base/wallets-list.html @@ -8,7 +8,7 @@ http://opensource.org/licenses/MIT.
{% for wallet in site.wallets %}
- + {{ wallet.title }} {{ wallet.titleshort }} diff --git a/_layouts/wallet-container.html b/_layouts/wallet-container.html index 9ee7c375..f5e6f2e9 100644 --- a/_layouts/wallet-container.html +++ b/_layouts/wallet-container.html @@ -22,7 +22,7 @@ layout: wallet-platform-container
{% for platform in page.platform %} {% for os in platform.os %} -