diff --git a/404.html b/404.html
index d0dbe85..2e90fdf 100644
--- a/404.html
+++ b/404.html
@@ -1,4 +1,5 @@
---
+title: "Page Not Found"
permalink: /404.html
---
diff --git a/_config.yml b/_config.yml
index ffeb37d..0e63015 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,9 @@
# General configuration
url: "https://www.openra.net"
baseurl: ""
+title: OpenRA - Classic strategy games rebuilt for the modern era
+description: >
+ OpenRA is an open source project that recreates and modernizes classic real time strategy games, like Red Alert, Command & Conquer, and Dune 2000.
twitter_username: OpenRA
github_username: OpenRA
permalink: /:categories/:title/index.html
@@ -28,10 +31,6 @@ plugins:
- jekyll-github-metadata
# jekyll-feed configuration
-title: OpenRA - News Feed
-description: >- # this means to ignore newlines until "baseurl:"
- Classic strategy games rebuilt for the modern era
-
feed:
path: /news/atom/index.xml
diff --git a/_includes/head.html b/_includes/head.html
index f7b6091..9076230 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -19,7 +19,14 @@
-