editing header

This commit is contained in:
Scott Austin 2015-06-05 10:38:28 -07:00
parent 21547a2b91
commit 68a84b622c
3 changed files with 2 additions and 12 deletions

View File

@ -12,12 +12,7 @@
<div class="wrap"> <div class="wrap">
<div class="masthead"> <div class="masthead">
<div class="container"> <div class="container">
<h3 class="masthead-title">
<h1>{{ site.github.project_title }} open design</h1> <h1>{{ site.github.project_title }} open design</h1>
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
</h3>
</div> </div>
</div> </div>

View File

@ -3,7 +3,5 @@ layout: default
--- ---
<div class="page"> <div class="page">
<h1 class="page-title">{{ page.title }}</h1>
<p>test</p>
{{ content }}
</div> </div>

View File

@ -2,7 +2,6 @@
layout: default layout: default
title: Home title: Home
--- ---
<div class="container">
<h2>Open Design Files</h2> <h2>Open Design Files</h2>
@ -22,6 +21,4 @@ title: Home
<ul> <ul>
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></li> <li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></li>
<li><a href="http://forums.obrary.com/category/designs{{ site.github.project_title | prepend:'/' }}">Get support on the forums</a></li> <li><a href="http://forums.obrary.com/category/designs{{ site.github.project_title | prepend:'/' }}">Get support on the forums</a></li>
</ul> </ul>
</div>