Living-Hinge-Swatches/index.html

45 lines
770 B
HTML
Raw Normal View History

2015-06-04 22:45:52 +02:00
---
layout: default
title: Home
---
2015-06-04 23:03:24 +02:00
{{ html_url }}
{{ followers_url }}
{{ following_url }}
{{ gists_url }}
{{ starred_url }}
{{ subscriptions_url }}
{{ organizations_url }}
2015-06-04 22:49:13 +02:00
2015-06-04 23:04:34 +02:00
<p>site.github.name - {{ site.github.name }}</p>
<p>Site.Github.repo - {{ site.github.repo }}</p>
<p>site.github - {{ site.github }}</p>
2015-06-04 22:52:32 +02:00
2015-06-04 22:45:52 +02:00
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
<p>site.time - {{ site.time }}</p>
<p>site.collections - {{ site.collections }}</p>
<p>site.data - {{ site.data }}</p>
<p>site.documents - {{ site.documents }}</p>
<p>site.categories - {{ site.categories }}</p>
<p>site.tags - {{ site.tags }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>