From 1a910410c75057349d2c9d4df3f107e6638b5f4f Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 11 Apr 2022 12:41:16 +0800 Subject: sass/_partial/_post: add .more mergin --- content/_index.md | 2 +- sass/_partial/_post.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 626a8b3..362fe11 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ +++ template = "home.html" sort_by = "date" -paginate_by = 2 +paginate_by = 1 +++ diff --git a/sass/_partial/_post.scss b/sass/_partial/_post.scss index 1f94701..e1f9c60 100644 --- a/sass/_partial/_post.scss +++ b/sass/_partial/_post.scss @@ -141,6 +141,7 @@ border: 1px #ddd; .more { margin-top: 1em; + margin-bottom: 1em; text-decoration: none; color: gray; } -- cgit v1.2.3