From 22b1d6152bbcc0300a6bc8ee47f212ae064dd524 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 23 Jul 2016 10:45:11 +0200 Subject: [PATCH] Add title and description automatically from Jekyll config --- _includes/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index c56c74f..544e134 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,9 +6,9 @@ --> - Arcana by HTML5 UP + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + @@ -63,4 +63,4 @@ - \ No newline at end of file +