_includes/section/home.html in word-games-theme-0.7.2 vs _includes/section/home.html in word-games-theme-0.7.3
- old
+ new
@@ -8,10 +8,10 @@
<div class="pageHeaderBg">
<div class="container">
<div class="pageHeading text-center">
<h1 class="heading pb-0 m-0">
{{dataToShow.h1}}</h1>
- {%- if dataToShow.h2 -%}
+ {%- if dataToShow.h2 != "" -%}
<h2>
{{dataToShow.h2}}</h2>
{%- endif -%}
</div>
</div>
\ No newline at end of file