Remove unused include from layouts
This commit is contained in:
parent
85fe258b20
commit
7a392510e6
3 changed files with 0 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue