Remove unused include from layouts

This commit is contained in:
Cotes Chung 2022-02-03 01:04:42 +08:00
parent 85fe258b20
commit 7a392510e6
3 changed files with 0 additions and 6 deletions

View File

@ -3,8 +3,6 @@ layout: page
# The Archives of posts.
---
{% include lang.html %}
<div id="archives" class="pl-xl-2">
{% for post in site.posts %}

View File

@ -3,8 +3,6 @@ layout: page
# The Category layout
---
{% include lang.html %}
<div id="page-category">
<h1 class="pl-lg-2">
<i class="far fa-folder-open fa-fw text-muted"></i>

View File

@ -3,8 +3,6 @@ layout: page
# The layout for Tag page
---
{% include lang.html %}
<div id="page-tag">
<h1 class="pl-lg-2">
<i class="fa fa-tag fa-fw text-muted"></i>