From d6737ea629053203f4a2f30e9a7de69ee4ae96b5 Mon Sep 17 00:00:00 2001 From: Michael Garber Date: Mon, 13 Nov 2023 14:52:03 -0500 Subject: [PATCH] Fix intersecting line for individual hip pages (#834) Signed-off-by: Michael Garber --- _layouts/default.html | 8 +++++++- _layouts/hip.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index a18fc072a..862d68224 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,13 @@ {%- include header.html -%} -{%- include search-form.html -%} + +{%- if page.url contains 'hip-' -%} + +{%- else -%} + {%- include search-form.html -%} +{%- endif -%} +
{{ content }} diff --git a/_layouts/hip.html b/_layouts/hip.html index 89ffdff26..d3b0c1c85 100644 --- a/_layouts/hip.html +++ b/_layouts/hip.html @@ -279,6 +279,6 @@

Citation

} .wrapper { - margin-top: -39px; + margin-top: -15px; } \ No newline at end of file