summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.md2
-rw-r--r--sass/_partial/_post.scss1
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;
}