Fix up miscellaneous things and remove some deps

This commit is contained in:
Adam Hollett
2016-11-08 16:23:33 -05:00
parent aa35b3f3fd
commit aef8bd5642
62 changed files with 280 additions and 137 deletions
+3
View File
@@ -0,0 +1,3 @@
---
redirect_to: /liquid/basics/introduction
---
-2
View File
@@ -1,7 +1,5 @@
---
title: Introduction
redirect_from:
- /basics/
---
Liquid code can be categorized into [**objects**](#objects), [**tags**](#tags), and [**filters**](#filters).