From 3a00f9302ed3408780fcd575495e51bd5ed73970 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Mon, 26 Nov 2018 11:18:25 -0600 Subject: [PATCH] Remove giant header, correct index title, and set site.title and description --- _config.yml | 2 ++ _layouts/default.html | 8 +++++--- assets/css/style.scss | 4 ++++ index.html | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index a962515..528ef61 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,4 @@ theme: jekyll-theme-midnight repository: SWG-Source/SWG-Source.github.io +title: SWG Source +description: Run your own private SWG Server (and help us develop it!) diff --git a/_layouts/default.html b/_layouts/default.html index 7863d8f..8d3d3dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,8 @@
-{{ site.description | default: site.github.project_tagline }}