diff --git a/_includes/head.html b/_includes/head.html index d4edaa6..777c47e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -73,44 +73,33 @@ font-size: 1.25rem; /* Adjust as needed */ color: #777; /* Lighter color for description */ } - - /* Ensure the header only shows on subpages (not index.html) */ - .subpage-header { - display: block; - } - .landing-page-header { - display: none; - } - - {% if page.url != "/" %} -
-

{{ site.title }}

-

{{ site.description }}

-
- - -