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..d422d47 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,11 @@
# General configuration
url: "https://www.openra.net"
baseurl: ""
+title: OpenRA
+description: >-
+ OpenRA is an open source project that recreates and modernizes classic real time strategy games, like Red Alert, Command & Conquer, and Dune 2000.
+tagline: >-
+ Classic strategy games rebuilt for the modern era
twitter_username: OpenRA
github_username: OpenRA
permalink: /:categories/:title/index.html
@@ -28,10 +33,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..48a231d 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -19,7 +19,14 @@
-