This commit is contained in:
parent
fbe89f3cf6
commit
e5ca51a941
1 changed files with 5 additions and 5 deletions
|
@ -15,8 +15,8 @@
|
|||
<ul>
|
||||
{{#posts}}
|
||||
<li>
|
||||
<span
|
||||
>{{#date}}
|
||||
<span>
|
||||
{{#date}}
|
||||
<script>
|
||||
{
|
||||
const date = new Date(+"{{year}}", +"{{month}}", +"{{day}}");
|
||||
|
@ -30,10 +30,10 @@
|
|||
);
|
||||
}
|
||||
</script>
|
||||
{{/date}}</span
|
||||
>
|
||||
{{/date}}
|
||||
</span>
|
||||
<div class="content">
|
||||
<h2><a href="/blog/{{url}}">{{title}}</a></h3>
|
||||
<h2><a href="/blog/{{url}}">{{title}}</a></h2>
|
||||
{{#desc}}
|
||||
<p>{{desc}}</p>
|
||||
{{/desc}}
|
||||
|
|
Loading…
Reference in a new issue