mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
further work on index.md
This commit is contained in:
+4
-11
@@ -13,19 +13,12 @@ layout: default
|
||||
|
||||
<hr/>
|
||||
|
||||
<p>Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers.
|
||||
Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers.
|
||||
|
||||
Liquid has been in production use since June 2006 and is now used by many other hosted web applications.
|
||||
|
||||
<p>Liquid has been in production use since June 2006 and is now used by many other hosted web applications.</p>
|
||||
It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.
|
||||
|
||||
<p>It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.</p>
|
||||
|
||||
|
||||
{% for post in site.posts %}
|
||||
<h2>
|
||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
</h2>
|
||||
{{ post.content }}
|
||||
{% endfor %}
|
||||
# What does it look like?
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user