commit 8deb94ce0a262b06e0562390c451ad5af50c93e1 parent e76c322f34734fd15a743a63ccdbff74358fb586 Author: FIGBERT <figbert@figbert.com> Date: Sun, 16 Aug 2020 19:33:24 -0700 :lipstick: Add horizontal rule beneath post previews Diffstat:
M | templates/post-preview.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/templates/post-preview.html b/templates/post-preview.html @@ -9,6 +9,7 @@ {{ post.content | safe | striptags | truncate(length=300) }} {%- endif %} </div> + <hr/> </div> {% endmacro input %}