mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Try removing the include to fix the title
This commit is contained in:
@@ -3,7 +3,18 @@ layout: default
|
|||||||
description: Documentation for the Liquid template language, created by Shopify.
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user