From c48d7be1f64231d083c6c02be638a5415978b44c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 2 May 2024 18:03:01 -0700 Subject: [PATCH] adjusted blog layout --- _layouts/default.html | 1 - blog/index.html | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 51c6cc4d9..ab990ce24 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -50,7 +50,6 @@ {% if site.github.is_project_page %} {{ site.github.repository_name }} is maintained by {{ site.github.owner_name }}. {% endif %} - This page was generated by GitHub Pages. diff --git a/blog/index.html b/blog/index.html index d1cb8be13..c0080c083 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,9 +14,11 @@ layout: default {{ post.content | strip_html | truncatewords: 100 }}... {% endif %} {% if post.highlight_image %} -
- Highlight Image -
+ +
+ Highlight Image +
+
{% endif %}