Skip to content

Commit 0f3408e

Browse files
committed
refactor: remove tags section from default layout and include it in all articles page
1 parent 6d2c295 commit 0f3408e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_layouts/default.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
{{ content | remove: '<p>&lt;! –more– &gt;</p>' }}
8080
</div>
8181
</main>
82-
83-
<div class="gh-tags">
84-
{% include tags.html %}
85-
</div>
8682
</div>
8783
</section>
8884

all.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ <h2>Collections :_zh-cn</h2>
3030
{{ item.title }} - {{ item.author }}
3131
</a></li>
3232
{% endfor %}
33+
34+
{% include tags.html %}

0 commit comments

Comments
 (0)