-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Expected behavior
# If true, will add site-subtitle to index page, added in main hexo config.
# subtitle: Subtitle
index_with_subtitle: true
开始使用 - NexT 使用文档(中间这个是连接号的宽度同拉丁小写字母「n」)
Actual behavior
开始使用 — NexT 使用文档(中间这个是连接号的宽度同拉丁小写字母「m」)
NexT Information
NexT Version:
- 6.3.0
NexT Scheme:
- Mist
NexT Configuration:
# If true, will add site-subtitle to index page, added in main hexo config.
# subtitle: Subtitle
index_with_subtitle: trueTroubleshooting
在「next」 > 「layout」 > 「index.swig」中,把 mdash 改为 ndash:
{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} – {{ subtitle }}{% endif %}{% endblock %}
Reactions are currently unavailable