diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/jekyll-theme/posts/feed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/posts/feed.html b/_includes/jekyll-theme/posts/feed.html index f3bfe14..9e9e268 100644 --- a/_includes/jekyll-theme/posts/feed.html +++ b/_includes/jekyll-theme/posts/feed.html @@ -4,7 +4,7 @@ {% for post in paginator.posts %} <div class="feed-entry"> <div class="post-header"> - <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2> + <h3><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h3> <div class="post-date"> <p class="text-muted"> {% if post.category %} |