Try removing the include to fix the title

This commit is contained in:
Adam Hollett
2016-12-19 10:13:13 -05:00
parent 4a6de520db
commit 962e312fdc
+12 -1
View File
@@ -3,7 +3,18 @@ layout: default
description: Documentation for the Liquid template language, created by Shopify.
---
{% include home-banner.html %}
<div class="home-banner">
<h1>Liquid</h1>
<p>Safe, customer-facing template language for flexible web apps.</p>
<p class="btn-row">
<a href="https://github.com/Shopify/liquid/archive/master.zip" target="_blank" class="btn">
<span aria-hidden="true">{% include icons/desktop-download.svg %}</span> Download
</a>
<a href="https://github.com/Shopify/liquid" target="_blank" class="btn">
<span aria-hidden="true">{% include icons/mark-github.svg %}</span> View on GitHub
</a>
</p>
</div>
Liquid is an open-source template language created by [Shopify](https://www.shopify.com) and written in Ruby. It is the backbone of Shopify themes and is used to load dynamic content on storefronts.