change index.swig file
under your-hexo-site\themes\next\layout
chang the title codes
1 | {% block title %}{{ config.title }}{% endblock %} |
change into1
{% block title %}{{ config.title }} - {{ theme.description }}{% endblock %}
moreover, it can add keywords into title1
{% block title %}{{ theme.keywords }} - {{ config.title }} - {{ theme.description }}{% endblock %}
more on http://searchfor.space