From f7691771b2d2c9b91fde74e1e907d57c3ab40bce Mon Sep 17 00:00:00 2001 From: LuminousRubyist <andytaelee@gmail.com> Date: Thu, 8 Sep 2016 10:50:21 -0400 Subject: [PATCH] Make title jekyllized --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index e19a3ba..4759d3b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> -<title>Airspace A template by Themefisher</title> +<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> -- GitLab