moved everything to root folder

This commit is contained in:
tetchi
2014-07-23 11:17:11 -04:00
parent f6c3b97941
commit 160812c265
100 changed files with 1849 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
---
layout: default
title: page_title
nav:
group: Liquid Variables
---
# page_title
Returns the title of a **Product**, **Page**, or **Blog Article**, set in their respective Admin pages.
{{ '/themes/page_title.jpg' | image }}
<p class="input">Input</p>
<div>
{% highlight html %}{% raw %}
{{ page_title }}
{% endraw %}{% endhighlight %}
</div>
<p class="output">Output</p>
<div>
{% highlight html %}{% raw %}
About Us
{% endraw %}{% endhighlight %}
</div>