Living-Hinge-Swatches/fields.html

19 lines
405 B
HTML
Raw Normal View History

2015-06-05 19:22:30 +02:00
---
layout: default
2015-06-06 04:11:57 +02:00
title: Fields
2015-06-05 19:22:30 +02:00
---
2015-06-06 04:11:57 +02:00
<div>
2015-06-05 19:22:30 +02:00
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
<p>site.github - {{ site.github }}</p>
<p>site.time - {{ site.time }}</p>
2015-06-06 04:11:57 +02:00
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
</div>