网站标题只显示 作者名称, 不显示关键字,不显示description

Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
NexT Scheme:
You can design your site title like this .
https://neveryu.github.io/guestbook/
In site config.
就是看了你的博客,在哪里进行设置啊?site config where ?
In themes\next\layout\index.swing.
You can find
{% block title %} {{ config.title }} {% endblock %}
This is default setting.
You can change it to
{ % block title % } {{ config.title }} - {{ theme.description }} { % endblock % }
or you can custom any style if you want.
Thanks for your cooperation.
@LionWY
If you has any other questions , you can write me a message on https://neveryu.github.io/guestbook/