Skip to content

Commit dda9fd1

Browse files
committed
Update index.html
1 parent 7947a18 commit dda9fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>{{ site.subtitle }}</h1>
2727
{% if post.category != 'gitchat' and post.category != 'geektime' %}
2828
<li class="post-list-item">
2929
<h2 class="post-list-title">
30-
<a class="hvr-underline-from-center" href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
30+
<a class="hvr-underline-from-center" href="{{ post.url }}">{{ post.title }}</a>
3131
</h2>
3232
<p class="post-list-description">
3333
{{ post.excerpt | strip_html | strip }}

0 commit comments

Comments
 (0)