summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-07-26 00:28:58 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-26 14:44:58 -0400
commitf1e3f2c3cb3b7543182a35253475c038bfb5226b (patch)
treed3947332ce0bdab702f6292e5e7fbaea2629ba81 /_includes
parenta05146756ef31494a53b5dc53b4312c235413eb9 (diff)
Add archive.html as an index of all posts (without pagination)
Diffstat (limited to '_includes')
-rw-r--r--_includes/post-stub.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post-stub.html b/_includes/post-stub.html
index 6cb2ed2..d9ace7c 100644
--- a/_includes/post-stub.html
+++ b/_includes/post-stub.html
@@ -14,7 +14,7 @@
{% endif %}
</span>
</h2>
- {% if include.post._url %}
+ {% if include.post._url or include.no_excerpt %}
{% else %}
{{ include.post.excerpt }}
{% endif %}