tangled
alpha
login
or
join now
arthr.me
/
linus
0
fork
atom
A charming Jekyll theme.
jekyll-theme
0
fork
atom
overview
issues
pulls
pipelines
feat(post): hides excerpts on link posts
arthr.tngl.sh
3 weeks ago
148d3cfa
852320b3
+1
-1
1 changed file
expand all
collapse all
unified
split
_includes
blog
post.html
+1
-1
_includes/blog/post.html
···
50
50
</header>
51
51
52
52
{%- if include.is_archive -%}
53
53
-
{%- if include.post.title == "" -%}
53
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>