mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-31 11:52:19 +00:00
Switch from chrono to time-rs
This commit is contained in:
parent
b50fa6f3ae
commit
da5c4603d9
6 changed files with 162 additions and 178 deletions
|
@ -45,7 +45,9 @@
|
|||
<a href="{{ post.permalink }}">{{ post.title }}</a>
|
||||
</p>
|
||||
</div>
|
||||
<img class="post_thumbnail" src="{{ post.media }}">
|
||||
|
||||
<!-- POST THUMBNAIL -->
|
||||
<img class="post_thumbnail" src="{{ post.thumbnail }}">
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue