From d82e3722043aa2c2c2d5af6d1e68f16a83101d73 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Fri, 11 Nov 2016 19:56:10 +0000 Subject: Use site.baseurl, not site.url, to work with Jekyll 3.3. Require Jekyll 3.3. Again commit HTML consistent with Jekyll 3.3 output. Fix date problem with news posts that set date: by removing date:. --- _layouts/global.html | 62 ++++++++++++++++++++++++++-------------------------- _layouts/post.html | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) (limited to '_layouts') diff --git a/_layouts/global.html b/_layouts/global.html index c100330dc..24174cef6 100644 --- a/_layouts/global.html +++ b/_layouts/global.html @@ -12,8 +12,8 @@ {% if page.redirect %} - - + + {% endif %} {% if page.description %} @@ -21,11 +21,11 @@ {% endif %} - - + + - + - - + +
{% if page.subproject %}

- - + {{ page.subproject }} @@ -78,8 +78,8 @@

{% else %}

- - + Lightning-fast cluster computing @@ -102,16 +102,16 @@

@@ -199,7 +199,7 @@ diff --git a/_layouts/post.html b/_layouts/post.html index 60b45e9fe..f2c9f2e4d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,5 +9,5 @@ type: singular


-Spark News Archive +Spark News Archive

-- cgit v1.2.3