diff --git a/_includes/landing.html b/_includes/landing.html
index 7c559c6e7..114989304 100644
--- a/_includes/landing.html
+++ b/_includes/landing.html
@@ -1,3 +1,5 @@
+{% if site.landing_vertical == false %}
+
+ {% for desc in site.description %}
+
{{ desc }}
+ {% endfor %}
+
+
-
+
+
+
+
+
+
+
+
+ {% for desc in site.description %}
+
{{ desc }}
+ {% endfor %}
+
-
\ No newline at end of file
+
+{% endif %}
diff --git a/docs/_config.yml b/docs/_config.yml
index 60068e9ae..b64e0a7de 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,13 +1,11 @@
### Site Settings ###
title : portfolYOU
-description : >-
- I turn coffee :coffee: into code,
- use tabs over spaces
- and never broke production.
+description : ["I turn coffee :coffee: into code, use tabs over spaces and never broke production."]
baseurl : "/portfolYOU" # Change to empty quotes if you are hosting your site at