diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/posts/feed.html | 2 | ||||
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/jekyll-theme/posts/feed.html b/_includes/jekyll-theme/posts/feed.html index dac6798..1baea3c 100644 --- a/_includes/jekyll-theme/posts/feed.html +++ b/_includes/jekyll-theme/posts/feed.html @@ -2,7 +2,7 @@ <p class="h3">Sorry, no posts have been added yet.</p> {% else %} {% for post in paginator.posts %} - <div class="post-entry"> + <div class="feed-entry"> <div class="post-header"> <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2> <div class="post-date"> diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index c90454c..933dfa7 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -21,7 +21,7 @@ flex-shrink: 0; } -.post-entry { +.feed-entry { margin-bottom: 15px; /* The color of <hr>. */ border-bottom: 1px solid #eee; |