From 3a5cf334ee7d77fa22b0d164e419ac944490c2fb Mon Sep 17 00:00:00 2001 From: Dominik Prodinger <35099504+prodingerd@users.noreply.github.com> Date: Mon, 23 Jul 2018 19:46:42 +0200 Subject: [PATCH] Add Meta Description to Head Template Now, the meta description tag will contain the text specified within the _config.yml file. Also, the tag will only be displayed on the landing page. --- _includes/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index f118213..41789c6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,9 @@ + {% if page.title == "Home" %} + + {% endif %} {% if page.title == "Home" %}