Optimize the DOM of post link on homepage
This commit is contained in:
parent
a20fd5bf6f
commit
08fbd06c63
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@ layout: page
|
|||
{% for post in posts %}
|
||||
|
||||
<div class="post-preview">
|
||||
<a href="{{ post.url | relative_url }}">
|
||||
<h1>{{ post.title }}</h1>
|
||||
</a>
|
||||
<h1>
|
||||
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||
</h1>
|
||||
|
||||
<div class="post-content">
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue