Skip to content

Instantly share code, notes, and snippets.

@ugifractal
Created February 23, 2011 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugifractal/839889 to your computer and use it in GitHub Desktop.
Save ugifractal/839889 to your computer and use it in GitHub Desktop.
{{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