summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authoruvok cheetah2024-10-04 18:18:23 +0200
committeruvok cheetah2024-10-04 18:18:23 +0200
commita6308a769b90f506fd1281e805a2bdf9a8706282 (patch)
tree5cacccb3fc505be87a41f9a6b8c8edad100b0e03 /_layouts
parent8d8f2d78e540328d5f16459ab3a8750db9664b21 (diff)
Add ipfs env for single-page
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 -%}