_includes/home-hero.html in jekyll-theme-open-project-1.0.4 vs _includes/home-hero.html in jekyll-theme-open-project-1.0.5
- old
+ new
@@ -19,10 +19,10 @@
{% endif %}
</div>
{% if site.parent_hub %}
<div class="parent-hub-plug" role="presentation">
- <span class="label">{% include title.html %} is</span>
+ <span class="label">{{ site.title }} is</span>
<a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
{% include parent-hub/assets/symbol.svg %} <span class="title">{% include parent-hub/title.html %}</span>
</a>
</div>
{% endif %}