improve layout

This commit is contained in:
Christine Dodrill 2016-02-05 21:20:35 -08:00
parent 86daf5b0f3
commit 5d797526ed
1 changed files with 5 additions and 1 deletions

View File

@ -2,11 +2,15 @@
<title>quotes{{# title }} - {{ title }}{{/ title }}</title>
<link rel=stylesheet type=text/css href="/style.css">
<div class=page>
<h1>quotes - {{# title }}{{ title }}{{/ title }}</h1>
<h1><a href="/">quotes</a></h1>
<div class=metanav>
<a href="/">home</a>
<a href="/channel">channel</a>
<!-- <a href="/submit">submit</a> -->
</div>
<h2>{{# title }}{{ title }}{{/ title }}</h2>
{{{ body }}}
</div>