feat: update all post filenames
This commit is contained in:
parent
169858c05a
commit
48b8a5e10e
53 changed files with 22 additions and 96 deletions
|
@ -6,7 +6,7 @@
|
|||
<a href="{{ post.url }}">{{ post.data.title }}</a>
|
||||
<div class="[ text-fadeText font-size-s line-height-m ]">{{ post.data.excerpt }}</div>
|
||||
</div>
|
||||
<div class="[ text-fadeText ]">{{ post.data.date | formatDate(format) }}</div>
|
||||
<div class="[ text-fadeText ]">{{ post.date | formatDate(format) }}</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue