From 962e312fdcefbc949f5fec11582a0a8b714046f0 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Mon, 19 Dec 2016 10:13:13 -0500 Subject: [PATCH] Try removing the include to fix the title --- index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 1cf19758..44546674 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,18 @@ layout: default description: Documentation for the Liquid template language, created by Shopify. --- -{% include home-banner.html %} +
+

Liquid

+

Safe, customer-facing template language for flexible web apps.

+

+ + Download + + + View on GitHub + +

+
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.