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; } } + }