initial commit

This commit is contained in:
tetchi
2014-07-23 09:43:56 -04:00
parent c75522026b
commit 6201cfd4c2
57 changed files with 10680 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
layout: default
title: page_description
nav:
group: Liquid Variables
---
# page_description
Returns the description of a **Product**, **Page**, or **Blog Article**, set in their respective Admin pages.
{{ '/themes/page_desc.jpg' | image }}
<p class="input">Input</p>
<div>
{% highlight html %}{% raw %}
{{ page_description }}
{% endraw %}{% endhighlight %}
</div>
<p class="output">Output</p>
<div>
{% highlight html %}{% raw %}
This is my About Us page!
{% endraw %}{% endhighlight %}
</div>