32 lines
980 B
HTML
Raw Normal View History

2015-06-04 13:45:52 -07:00
---
layout: default
title: Home
---
2015-06-04 22:14:11 -07:00
<div class="container">
2015-06-04 22:55:48 -07:00
2015-06-05 09:53:22 -07:00
<h2>Open Design Files</h2>
<p><a href="${link.path}/${link.name}">Download .zip file</a></p>
<p><a href="${link.path}/${link.name}">Download .tar file</a></p>
2015-06-05 10:05:50 -07:00
<p><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}">Go to Github repository</a></p>
2015-06-05 09:53:22 -07:00
<h2>Product Information</h2>
2015-06-05 10:05:50 -07:00
<p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></p>
<p><a href="http://forums.obrary.com/category/designs{{ site.github.project_title | prepend:'/' }}">Get support on the forums</a></p>
2015-06-05 09:53:22 -07:00
2015-06-04 14:03:24 -07:00
2015-06-04 16:31:13 -07:00
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
2015-06-04 23:13:17 -07:00
2015-06-04 13:45:52 -07:00
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
2015-06-04 23:09:50 -07:00
<p>site.github - {{ site.github }}</p>
2015-06-04 23:13:17 -07:00
<p>site.time - {{ site.time }}</p>
2015-06-04 23:09:50 -07:00
2015-06-04 23:13:17 -07:00
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
2015-06-04 23:09:50 -07:00
2015-06-05 10:05:50 -07:00
</div>