removed post list from home page and got post list to an okay standard
This commit is contained in:
parent
134c81210a
commit
48d3f0303e
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,2 @@
|
||||||
<h2>Hi there, I'm Pagwin</h2>
|
<h2>Hi there, I'm Pagwin</h2>
|
||||||
<p>I post here sometimes</p>
|
<p>I post here sometimes</p>
|
||||||
<h2>Posts</h2>
|
|
||||||
{{> templates/post-list.html }}
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
{{#posts}}
|
<ul>
|
||||||
<a href="/posts/">{{title}}</a>
|
{{#posts}}
|
||||||
{{/posts}}
|
<li><a href="{{link}}">{{title}}</a> - {{date}}</li>
|
||||||
|
{{/posts}}
|
||||||
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue