Created
February 23, 2011 02:42
-
-
Save ugifractal/839889 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{site.name}} # menampilkan nama web | |
{{site.domain_name}} # menampilkan nama domain | |
{% for page in site.latest_pages %}{{page.title}}{%endfor%} #menampilkan daftar judul halaman terbaru | |
{% for product in site.latest_products %}{{product.title}}{%endfor%} #menampilkan daftar judul produk terbaru |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment