We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7947a18 commit dda9fd1Copy full SHA for dda9fd1
index.html
@@ -27,7 +27,7 @@ <h1>{{ site.subtitle }}</h1>
27
{% if post.category != 'gitchat' and post.category != 'geektime' %}
28
<li class="post-list-item">
29
<h2 class="post-list-title">
30
- <a class="hvr-underline-from-center" href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
+ <a class="hvr-underline-from-center" href="{{ post.url }}">{{ post.title }}</a>
31
</h2>
32
<p class="post-list-description">
33
{{ post.excerpt | strip_html | strip }}
0 commit comments