Skip to content

Commit 5e15974

Browse files
authored
Merge pull request #125 from theme-next/seo-with-description
Keep `description` option only when `seo` enabled.
2 parents 9b155fc + 9793cf1 commit 5e15974

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

layout/_macro/sidebar.swig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@
3636
{% endif %}
3737
<p class="site-author-name" itemprop="name">{{ theme.author }}</p>
3838
<p class="site-description motion-element" itemprop="description">{#
39-
#}{% if theme.seo %}{#
40-
#}{{ theme.signature }}{#
41-
#}{% else %}{#
4239
#}{{ theme.description }}{#
43-
#}{% endif %}{#
4440
#}</p>
4541
</div>
4642

0 commit comments

Comments
 (0)