We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecec25 commit b6370fbCopy full SHA for b6370fb
_posts.zip
-982 KB
index.html
@@ -24,7 +24,7 @@ <h1>{{ site.subtitle }}</h1>
24
25
<ol class="post-list">
26
{% for post in paginator.posts %}
27
- {% if post.category != 'zsxq' and post.category != 'gitchat' and post.category != 'geektime' %}
+ {% 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>
0 commit comments