diff options
author | eatradish <[email protected]> | 2022-04-11 12:41:16 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-11 12:41:16 +0800 |
commit | 1a910410c75057349d2c9d4df3f107e6638b5f4f (patch) | |
tree | 5ac7a1065a972e5a7e65cc7c5c9da10fe682d4a0 | |
parent | 1a7c6d7369840a112fb785cf554430069d8a1e2d (diff) | |
download | Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.tar.gz Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.tar.bz2 Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.zip |
sass/_partial/_post: add .more mergin
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | sass/_partial/_post.scss | 1 |
2 files changed, 2 insertions, 1 deletions
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; } |