From ec88adb4bc05a85692b41cfc764c091c347ec991 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 31 Aug 2018 15:44:25 -0500 Subject: Add (in theory) Open Graph metadata --- _layouts/default.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index a8d8e3f..982510c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,19 +1,30 @@ - - -{{ page.title }} | boringcactus - + + + + + + {% if page.url == "/" %} + + {{ page.title }} + {% else %} + + + {{ page.title }} | boringcactus + {% endif %} +
-{% if page.url != "/" %} -

(brought to you by boringcactus)

-{% endif %} + {% if page.url != "/" %} +

(brought to you by boringcactus)

+ {% endif %}
-{{ content }} +

{{ page.title }}

+ {{ content }}
-- cgit v1.2.3