diff --git a/_config.yml b/_config.yml
index b7a703c26170cb2e717f5a3e04716ccd5ed52a4d..5122fd1e5e49652d97a51a047d64c6f41f6abf8a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,7 +1,6 @@
# Site settings
title: NixNet
-description: >
- Ramblings from a random GNU/Linux user, sysadmin, and professional multi-instrumentalist
+description: "Ramblings from a random GNU/Linux user, sysadmin, and professional multi-instrumentalist"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://nixnet.xyz" # the base hostname & protocol for your site
permalink: /:title/
diff --git a/_includes/externals/styling.html b/_includes/externals/styling.html
index 272f68e34dbc3eb9426d0ee936a2e796808cf1c9..e065793a50fd60ba339fa464ea6d5a3f6aaf0d42 100644
--- a/_includes/externals/styling.html
+++ b/_includes/externals/styling.html
@@ -1,10 +1,7 @@
-{% if site.styles contains site.highlightstyle %}
-
-{% else %}
-
-{% endif %}
+{% if site.styles contains site.highlightstyle %}{% else %}
+{% endif %}
diff --git a/_includes/header.html b/_includes/header.html
index bf9b591ee4d5c072150a7d1b38a7deda2a6b8398..59c367b75efca978b490f74a7592e96882ff8134 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,39 +1,37 @@