Skip to content

Commit

Permalink
remove entry excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
mryap committed Aug 6, 2020
1 parent dc2d5cb commit d70e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permalink: /
{% endif %}
<div class="blog-entry">
<a class="internal-link" href="{{ entry.url }}">{{entry.title | replace: '_notes', '/notes' }}</a>
<div class="sub">{{ entry.excerpt | strip_html }}</div>
<!-- <div class="sub">{{ entry.excerpt | strip_html }}</div> -->
</div>
{% endunless %}
{% endfor %}
Expand Down

0 comments on commit d70e4e8

Please sign in to comment.