From e4f95c4554556e268a9fcae40a54ec82cbc2ffd8 Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Mon, 17 Jul 2017 15:34:20 +0200 Subject: [PATCH] Added platforms collection files content --- _platforms/desktop/linux.html | 12 ++++++++++++ _platforms/desktop/mac.html | 11 +++++++++++ _platforms/desktop/windows.html | 11 +++++++++++ _platforms/hardware.html | 10 ++++++++++ .../mobile/{windows-phone.html => windowsphone.html} | 0 _platforms/web.html | 10 ++++++++++ 6 files changed, 54 insertions(+) rename _platforms/mobile/{windows-phone.html => windowsphone.html} (100%) diff --git a/_platforms/desktop/linux.html b/_platforms/desktop/linux.html index e69de29b..f36b7856 100644 --- a/_platforms/desktop/linux.html +++ b/_platforms/desktop/linux.html @@ -0,0 +1,12 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: wallets-desktop-linux +platform: desktop +os: linux +--- + +{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} + diff --git a/_platforms/desktop/mac.html b/_platforms/desktop/mac.html index e69de29b..2d6eac79 100644 --- a/_platforms/desktop/mac.html +++ b/_platforms/desktop/mac.html @@ -0,0 +1,11 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: wallets-desktop-mac +platform: desktop +os: mac +--- + +{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/desktop/windows.html b/_platforms/desktop/windows.html index e69de29b..3fa1cfd2 100644 --- a/_platforms/desktop/windows.html +++ b/_platforms/desktop/windows.html @@ -0,0 +1,11 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: wallets-desktop-windows +platform: desktop +os: windows +--- + +{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/hardware.html b/_platforms/hardware.html index e69de29b..9b5639e6 100644 --- a/_platforms/hardware.html +++ b/_platforms/hardware.html @@ -0,0 +1,10 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: wallets-hardware +platform: hardware +--- + +{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/mobile/windows-phone.html b/_platforms/mobile/windowsphone.html similarity index 100% rename from _platforms/mobile/windows-phone.html rename to _platforms/mobile/windowsphone.html diff --git a/_platforms/web.html b/_platforms/web.html index e69de29b..a34b90f5 100644 --- a/_platforms/web.html +++ b/_platforms/web.html @@ -0,0 +1,10 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: wallets-web +platform: web +--- + +{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}