Redesign Bookmark

This commit is contained in:
anhkha2003 2024-05-28 21:07:41 -05:00
parent 829e6a802d
commit 9c3cfa3398
13 changed files with 398 additions and 243 deletions

View file

@ -36,8 +36,8 @@
</h2>
<div class="blog-description">
<div class="summary content-description">
{% cache 86400 'post_summary' post.id %}
{{ post.summary|default(post.content, true)|markdown(lazy_load=True)|reference|str|safe }}
{% cache 86400 'post_content' post.id %}
{{ post.content|markdown(lazy_load=True)|reference|str|safe }}
{% endcache %}
</div>
<div class="show-more"> {{_("...More")}} </div>