From c6ee350abd8a3b001b0efc84ec3b64eae5f161fa Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Sun, 9 Feb 2025 15:07:18 -0500 Subject: [PATCH] style image embed --- _includes/embed_image.html | 6 +++--- _sass/custom/custom.scss | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/embed_image.html b/_includes/embed_image.html index f58aec5..ea1cea3 100644 --- a/_includes/embed_image.html +++ b/_includes/embed_image.html @@ -24,7 +24,7 @@ {% endcomment %} {% if include.caption %} -
+
{%- endif -%} {%- if img-link -%} @@ -32,7 +32,7 @@ {%- if include.alt -%}{{- include.alt -}}{%- else -%}WARNING: ALT TEXT NOT FOUND{%- endif -%} {%- endif -%} {% if include.caption %} -
{{-include.caption-}}
+
{{-include.caption-}}
{%- endif -%} \ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index ddfded1..6cea86f 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -126,6 +126,7 @@ ul.nav-list .nav-list-item .nav-list-link { line-height: 0.9; } } + }