File tree Expand file tree Collapse file tree 4 files changed +1
-229
lines changed
Expand file tree Collapse file tree 4 files changed +1
-229
lines changed Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments