aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 18:29:37 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:00:30 +0200
commitd99d96875f23dcfbcc159ad48f50e58960423291 (patch)
tree18186a842b40b8c937e02d73b92604b8d7e4d7d8 /_includes
parentsidebar: wrap post-header, don't shrink post-date (diff)
downloadjekyll-theme-d99d96875f23dcfbcc159ad48f50e58960423291.tar.gz
jekyll-theme-d99d96875f23dcfbcc159ad48f50e58960423291.zip
posts: rename a CSS class
Diffstat (limited to '_includes')
-rw-r--r--_includes/jekyll-theme/posts/feed.html2
1 files changed, 1 insertions, 1 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">