Skip to content

Commit

Permalink
post open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
zsu committed Oct 5, 2019
1 parent 5ea7a51 commit 6150a05
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 @@ -6,13 +6,13 @@
{% for post in site.posts %}
<article class="post">

<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<h1><a href="{{ site.baseurl }}{{ post.url }}" target="_blank">{{ post.title }}</a></h1>

<div class="entry">
{{ post.excerpt }}
</div>

<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more" target="_blank">Read More</a>
</article>
{% endfor %}
</div>

0 comments on commit 6150a05

Please sign in to comment.