diff --git a/_includes/embed_image.html b/_includes/embed_image.html
index 622f5ba..dc02a8b 100644
--- a/_includes/embed_image.html
+++ b/_includes/embed_image.html
@@ -3,14 +3,11 @@
{%- endif -%}
{%- if include.link -%}
-{%- elseif include.thumbnail == "true" -%}
+{%- elsif include.thumbnail == "true" -%}
{%- endif -%}
-{%- if include.link -%}
-
-{%- endif -%}
-{%- if include.thumbnail == "true" -%}
+{%- if include.link or include.thumbnail == "true" -%}
{%- endif -%}
{% if include.caption %}
diff --git a/index.md b/index.md
index 1ee3972..b1d0d2a 100644
--- a/index.md
+++ b/index.md
@@ -13,7 +13,7 @@ nav_order: 10
link="https://goingtoseed.org/"
%}
-### This is a project of Going to Seed.
+## This is a project of Going to Seed.
{% include embed_image.html
url="assets/images/gts-landing-splash-1000x490.png"