Switch from chrono to time-rs

This commit is contained in:
spikecodes 2021-01-05 20:01:21 -08:00
parent b50fa6f3ae
commit da5c4603d9
6 changed files with 162 additions and 178 deletions

View file

@ -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 %}