diff --git a/_layouts/default.html b/_layouts/default.html index 109dabc..a4ce376 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,7 +13,7 @@
{{ site.github.project_title }} open design
+site.github.project_title - {{ site.github.project_title | prepend:'/' }}
+ +site.title - {{ site.title }}
+ +site.tagline - {{ site.tagline }}
+ +page.title - {{ page.title }}
+ +site.github - {{ site.github }}
+ +site.time - {{ site.time }}
+ +Site.Github.public_repositories - {{ site.github.public_repositories }}
\ No newline at end of file diff --git a/index.html b/index.html index e3c9f14..6f015eb 100644 --- a/index.html +++ b/index.html @@ -5,28 +5,14 @@ title: Homesite.github.project_title - {{ site.github.project_title | prepend:'/' }}
- -site.title - {{ site.title }}
- -site.tagline - {{ site.tagline }}
- -page.title - {{ page.title }}
- -site.github - {{ site.github }}
- -site.time - {{ site.time }}
- -Site.Github.public_repositories - {{ site.github.public_repositories }}
-