A charming Jekyll theme.
jekyll-theme

feat(post): hides excerpts on link posts

+1 -1
+1 -1
_includes/blog/post.html
··· 50 50 </header> 51 51 52 52 {%- if include.is_archive -%} 53 - {%- if include.post.title == "" -%} 53 + {%- if include.post.title == "" and include.post.source == nil -%} 54 54 <div class="post-content p-summary"> 55 55 {{ include.post.excerpt }} 56 56 </div>