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 %}