summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index dddeab2..675c4da 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -23,8 +23,8 @@ layout: default
</a>
</h3>
</div>
- {%- if site.show_excerpts -%}
- {{ post.excerpt }}
+ {%- if jekyll.environment == 'ipfs' -%}
+ {{ post.content }}
{%- endif -%}
</li>
{%- endfor -%}