This commit is contained in:
Scott Austin 2015-06-04 23:09:50 -07:00
parent 8f72c67566
commit 23e93ecb13

View File

@ -14,29 +14,9 @@ title: Home
<a class="btn btn-warning btn-lg" role="button" href="https://github.com/Obrary/Alex-Chair">Go to Github repository</a> <a class="btn btn-warning btn-lg" role="button" href="https://github.com/Obrary/Alex-Chair">Go to Github repository</a>
</div> </div>
<div class="row"> <div class="row">
<p> {{ site.html_url }}
{{ followers_url }}
{{ following_url }}
{{ gists_url }}
{{ starred_url }}
{{ subscriptions_url }}
{{ organizations_url }}
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p> <p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
<p>site.baseurl - {{ site.baseurl }} </p>
<p>site.github.name - {{ site.github.name }}</p>
<p>Site.Github.repo - {{ site.github.repo }}</p>
<p>site.github - {{ site.github }}</p>
<p>site.title - {{ site.title }}</p> <p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p> <p>site.tagline - {{ site.tagline }}</p>
@ -56,5 +36,11 @@ title: Home
<p>site.tags - {{ site.tags }}</p> <p>site.tags - {{ site.tags }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p> <p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
<p>site.github - {{ site.github }}</p>
</div> </div>
</div> </div>