Removed redundant "Read" link from homepage
This commit is contained in:
parent
8ab31e9b07
commit
8f43d55c9c
1 changed files with 2 additions and 3 deletions
|
@ -7,11 +7,10 @@
|
||||||
<h2>Latest blog posts</h2>
|
<h2>Latest blog posts</h2>
|
||||||
{% for post in site.get('/blog').pagination.for_page(1).pagination.items %}
|
{% for post in site.get('/blog').pagination.for_page(1).pagination.items %}
|
||||||
<article class="blog-post center">
|
<article class="blog-post center">
|
||||||
<p class="text-right float-right"><a href="{{ post|url }}">Read »</a></p>
|
|
||||||
<h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
|
<h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
|
||||||
<div class="info">{{ post.pub_date.strftime("%B %d, %Y") }}</div>
|
<div class="info">{{ post.pub_date.strftime("%B %d, %Y") }}</div>
|
||||||
</article>
|
</article>
|
||||||
<hr />
|
<hr />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ this.body }}
|
{{ this.body }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue