diff --git a/scripts/games/app.js b/scripts/games/app.js
index fac0688..36728d6 100644
--- a/scripts/games/app.js
+++ b/scripts/games/app.js
@@ -10,7 +10,7 @@ var exec = require('sync-exec');
var inputDirectoryGame = './citra-games-wiki/';
var inputDirectoryWiki = './citra-games-wiki.wiki/';
-var outputDirectoryMd = '../../site/content/games/';
+var outputDirectoryMd = '../../site/content/game/';
var outputDirectoryBoxart = '../../site/static/images/games/'
// The URL
diff --git a/site/themes/citra-bs-theme/layouts/_default/baseof.html b/site/themes/citra-bs-theme/layouts/_default/baseof.html
index 2f2bc03..b55f5dc 100755
--- a/site/themes/citra-bs-theme/layouts/_default/baseof.html
+++ b/site/themes/citra-bs-theme/layouts/_default/baseof.html
@@ -21,11 +21,11 @@
- {{ if (eq .Section "entry") | or (eq .Section "wiki") | or (eq .Section "games") }}
+ {{ if (eq .Section "entry") | or (eq .Section "wiki") | or (eq .Section "game") }}
{{ if (eq .Section "entry") | or (eq .Section "wiki") }}
- {{ else if (eq .Section "games") }}
+ {{ else if (eq .Section "game") }}
{{ end }}
diff --git a/site/themes/citra-bs-theme/layouts/games/single.html b/site/themes/citra-bs-theme/layouts/game/single.html
similarity index 100%
rename from site/themes/citra-bs-theme/layouts/games/single.html
rename to site/themes/citra-bs-theme/layouts/game/single.html