From 428e4fe3b5c47c4afe45734e666d1c45cd8f936f Mon Sep 17 00:00:00 2001
From: Pat Hawks
Date: Sat, 9 Jan 2016 16:46:27 -0800
Subject: [PATCH] Add documentation for smartify Liquid filter
---
site/_docs/templates.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/site/_docs/templates.md b/site/_docs/templates.md
index fd42b6b1..0ebd35f8 100644
--- a/site/_docs/templates.md
+++ b/site/_docs/templates.md
@@ -186,6 +186,17 @@ common tasks easier.
+
+
+ Smartify
+ Convert "quotes" into “smart quotes.”
+ |
+
+
+ {% raw %}{{ page.title | smartify }}{% endraw %}
+
+ |
+
Converting Sass/SCSS
|