From 0c839b835cec7bb85bd181338bd337329c5cd8d0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 6 May 2024 16:24:39 -0700 Subject: [PATCH] layout --- _layouts/default.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ec1d2513c..76de517db 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,10 +4,10 @@ {% seo %} - {% if post.highlight_image %} - + {% if highlight_image %} + {% else %} - + {% endif %} @@ -36,8 +36,8 @@

{{ page.title | default: site.title | default: site.github.repository_name }}

{{ page.description | default: site.description | default: site.github.project_tagline }}

{% endif %} - Home - Blog + Home + Blog {% if site.github.is_project_page %} GitHub {% endif %}