Add "all" page and update a layout to support no excerpts.
2 files changed, 12 insertions(+), 1 deletions(-) M _includes/post-stub.html A all.html
M _includes/post-stub.html => _includes/post-stub.html +1 -1
@@ 14,7 14,7 @@ {% endif %} </span> </h2> - {% if include.post._url %} + {% if include.post._url or include.no_excerpt %} {% else %} {{ include.post.excerpt }} {% endif %}
A all.html => all.html +11 -0