improve layout
This commit is contained in:
parent
86daf5b0f3
commit
5d797526ed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue