aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/jekyll-theme/posts/feed.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/jekyll-theme/posts/feed.html')
-rw-r--r--_includes/jekyll-theme/posts/feed.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/posts/feed.html b/_includes/jekyll-theme/posts/feed.html
index 629e4ee..7f5c0c6 100644
--- a/_includes/jekyll-theme/posts/feed.html
+++ b/_includes/jekyll-theme/posts/feed.html
@@ -4,7 +4,6 @@
{% for post in paginator.posts %}
<a href="{{ post.url | relative_url }}" class="feed-entry">
{% include jekyll-theme/posts/header.html feed=true %}
- <div class="text-muted">{{ post.excerpt | markdownify }}</div>
</a>
{% endfor %}
{% include jekyll-theme/posts/paginator.html %}