From d621a6a3c0174c9b0530a3be9a13b05f15419540 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 26 Nov 2014 15:26:14 -0500 Subject: [PATCH] Set page title based on content --- _includes/header.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 5bc4b33..aae0598 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,13 @@ - correl.phoenixinquis.net by correl + + {% if page.title %} + {{ page.title }} + {% else %} + Projects and Coding Adventures + {% endif %} +