time after description
This commit is contained in:
parent
24b1aa0100
commit
8e1675b953
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<p class="text-sm text-mauve">
|
|
||||||
<time datetime="{{ post.data.date | date('YYYY-MM-DD') }}">{{ post.data.date | date }}</time>
|
|
||||||
</p>
|
|
||||||
<p class="text-text">
|
<p class="text-text">
|
||||||
{{ post.data.description }}
|
{{ post.data.description }}
|
||||||
</p>
|
</p>
|
||||||
|
<p class="text-sm text-mauve">
|
||||||
|
<time datetime="{{ post.data.date | date('YYYY-MM-DD') }}">{{ post.data.date | date }}</time>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue