Skip to content

Commit

Permalink
sorts by id
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jun 26, 2013
1 parent 6d9791e commit 4f97c86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions style.css
@@ -1,6 +1,10 @@
body {
background-color:#ddeeff;
}
.postlist {
background-color:#ddd;
padding:0px;
}



Expand Down
5 changes: 3 additions & 2 deletions views/post/_home.html
Expand Up @@ -4,9 +4,10 @@
{{#items}}


<div class="hentry">
<div class="postlist">

<a href="/{{id}}"><h2 class="entry-title">{{author}} {{published}}</h2></a>
<a href="/{{id}}"><h5 class="entry-title">{{author}} {{published}}</h5></a>
<p>{{title}}</p>

</div>

Expand Down

0 comments on commit 4f97c86

Please sign in to comment.