Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Jul 12, 2021
1 parent 02f2d33 commit fa09b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
{{ post.summary }}
</div>
<p>
<a href="{{ extPost.url }}" class="read-more">Read More</a>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</p>
</article>
{% endfor %}
Expand Down

0 comments on commit fa09b65

Please sign in to comment.