Skip to content

Commit 58879ed

Browse files
committed
remove tags from posts
1 parent f1d3d01 commit 58879ed

File tree

4 files changed

+1
-229
lines changed

4 files changed

+1
-229
lines changed

_pages/books.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ permalink: /books/
2727
</small>
2828
<h2><a href="{{ post.url }}">{{ post.title | markdownify | remove: '<p>' | remove: '</p>' }}</a></h2>
2929
<p>{{ post.excerpt }}</p>
30-
{% if post.tags.size > 0 %}
31-
<div class="post-tags">
32-
{% for tag in post.tags %}
33-
<a href="{{site.baseurl}}/archive.html#{{tag | slugize}}" class="post-tag">#{{ tag }}</a>
34-
{% endfor %}
35-
</div>
36-
{% endif %}
3730
</article>
3831
{% endif %}
3932
{% endfor %}

_pages/tech.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ permalink: /tech/
2727
</small>
2828
<h2><a href="{{ post.url }}">{{ post.title | markdownify | remove: '<p>' | remove: '</p>' }}</a></h2>
2929
<p>{{ post.excerpt }}</p>
30-
{% if post.tags.size > 0 %}
31-
<div class="post-tags">
32-
{% for tag in post.tags %}
33-
<a href="{{site.baseurl}}/archive.html#{{tag | slugize}}" class="post-tag">#{{ tag }}</a>
34-
{% endfor %}
35-
</div>
36-
{% endif %}
3730
</article>
3831
{% endif %}
3932
{% endfor %}

0 commit comments

Comments
 (0)