From 2e4d0278c28cd66db2d4cab4ccd9f76aaa6a1083 Mon Sep 17 00:00:00 2001 From: Scott Austin Date: Thu, 4 Jun 2015 13:42:01 -0700 Subject: [PATCH] updated --- index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/index.html b/index.html index 96f60b0..80ec1f9 100644 --- a/index.html +++ b/index.html @@ -95,5 +95,30 @@ $ git checkout gh-pages } catch(err) {} + +

Site.Github.repo - {{ site.github.repo }}

+ +

site.title - {{ site.title }}

+ +

site.tagline - {{ site.tagline }}

+ +

page.title - {{ page.title }}

+ +

site.time - {{ site.time }}

+ +

site.collections - {{ site.collections }}

+ +

site.data - {{ site.data }}

+ +

site.documents - {{ site.documents }}

+ +

site.categories - {{ site.categories }}

+ +

site.tags - {{ site.tags }}

+ +

Site.Github.public_repositories - {{ site.github.public_repositories }}

+ + +