From 9ca36138f8cd7b2597c585a63085ce1b9c2689e4 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Sat, 11 Mar 2023 22:27:55 +0100 Subject: [PATCH] dotted line --- _includes/post-list-article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/post-list-article.html b/_includes/post-list-article.html index 25046bde..65221dc0 100644 --- a/_includes/post-list-article.html +++ b/_includes/post-list-article.html @@ -9,4 +9,6 @@ {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }} </article> + <div style="border-bottom: 1px dotted #000; height:1px; margin:0 auto; margin-bottom: 20px;"> + </div> </li> \ No newline at end of file -- GitLab