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 %} +