aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 05:03:28 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 05:03:28 +0200
commit763af821c21abeb0f3ef17e7069df6864c8d9cc2 (patch)
tree4196da938b1e8e3810658a0d8ea7b0c7df352634 /_includes
parentlowercase category names (diff)
downloadjekyll-theme-763af821c21abeb0f3ef17e7069df6864c8d9cc2.tar.gz
jekyll-theme-763af821c21abeb0f3ef17e7069df6864c8d9cc2.zip
feed: muted post excerpts
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 cc2f52b..5bcf14d 100644
--- a/_includes/jekyll-theme/posts/feed.html
+++ b/_includes/jekyll-theme/posts/feed.html
@@ -18,7 +18,7 @@
</p>
</div>
</div>
- {{ post.excerpt | markdownify }}
+ <div class="text-muted">{{ post.excerpt | markdownify }}</div>
</a>
{% endfor %}
{% include jekyll-theme/posts/paginator.html %}