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