diff --git a/_platforms/desktop/linux.html b/_platforms/desktop/linux.html
index ec4be7eb..34870588 100644
--- a/_platforms/desktop/linux.html
+++ b/_platforms/desktop/linux.html
@@ -3,7 +3,9 @@
# http://opensource.org/licenses/MIT.
id: wallets-desktop-linux
-platform: desktop
-os: linux
+platform:
+ name: desktop
+os:
+ name: linux
---
diff --git a/_platforms/desktop/mac.html b/_platforms/desktop/mac.html
index 37598089..ea89eadc 100644
--- a/_platforms/desktop/mac.html
+++ b/_platforms/desktop/mac.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-desktop-mac
-platform: desktop
-os: mac
+platform:
+ name: desktop
+os:
+ name: mac
---
diff --git a/_platforms/desktop/windows.html b/_platforms/desktop/windows.html
index c761b19b..cda4e11d 100644
--- a/_platforms/desktop/windows.html
+++ b/_platforms/desktop/windows.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-desktop-windows
-platform: desktop
-os: windows
+platform:
+ name: desktop
+os:
+ name: windows
---
diff --git a/_platforms/hardware.html b/_platforms/hardware.html
index cecdf972..46d3ef44 100644
--- a/_platforms/hardware.html
+++ b/_platforms/hardware.html
@@ -3,5 +3,6 @@
# http://opensource.org/licenses/MIT.
id: wallets-hardware
-platform: hardware
+platform:
+ name: hardware
---
diff --git a/_platforms/mobile/android.html b/_platforms/mobile/android.html
index bc0196cd..7a4a1efa 100644
--- a/_platforms/mobile/android.html
+++ b/_platforms/mobile/android.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-mobile-android
-platform: mobile
-os: android
+platform:
+ name: mobile
+os:
+ name: android
---
diff --git a/_platforms/mobile/blackberry.html b/_platforms/mobile/blackberry.html
index c2fe3788..3666c4e4 100644
--- a/_platforms/mobile/blackberry.html
+++ b/_platforms/mobile/blackberry.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-mobile-blackberry
-platform: mobile
-os: blackberry
+platform:
+ name: mobile
+os:
+ name: blackberry
---
diff --git a/_platforms/mobile/ios.html b/_platforms/mobile/ios.html
index 75a42751..3bf16696 100644
--- a/_platforms/mobile/ios.html
+++ b/_platforms/mobile/ios.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-mobile-ios
-platform: mobile
-os: ios
+platform:
+ name: mobile
+os:
+ name: ios
---
diff --git a/_platforms/mobile/windowsphone.html b/_platforms/mobile/windowsphone.html
index 29fc7a57..68aae31e 100644
--- a/_platforms/mobile/windowsphone.html
+++ b/_platforms/mobile/windowsphone.html
@@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT.
id: wallets-mobile-windowsphone
-platform: mobile
-os: windowsphone
+platform:
+ name: mobile
+os:
+ name: windowsphone
---
diff --git a/_platforms/web.html b/_platforms/web.html
index 34afb073..5a015334 100644
--- a/_platforms/web.html
+++ b/_platforms/web.html
@@ -3,5 +3,6 @@
# http://opensource.org/licenses/MIT.
id: wallets-web
-platform: web
+platform:
+ name: web
---