Sha256: a7d6dca6e6cc4ec24c7aaf7a1a1d56116d6c6413701c5f4f5cb03167de0946a7
Contents?: true
Size: 705 Bytes
Versions: 13
Compression:
Stored size: 705 Bytes
Contents
--- title: Basic page position: 6 --- !!! XML !!! %html{ :lang => "en" } %head %meta{ :charset => "utf-8" } %title {{ page.title }} %body %p This is a basic page %ul %li Font={{ site.metafields.theme.font }} %li Color scheme={{ site.metafields.theme.color_scheme }} %li Facebook ID={{ site.metafields.social.facebook_id }} %li Google ID={{ site.metafields.social.google_id }} %li API URL={{ site.metafields.github.api_url }} %li Expires In={{ site.metafields.github.expires_in }} %ul {% for property in site.metafields.social %} %li.property {{ property.label }}({{ property.name }})={{ property.value }} {% endfor %}
Version data entries
13 entries across 13 versions & 1 rubygems