Halyul / hexo-theme-mdui

GNU General Public License v3.0
185 stars 35 forks source link

怎样去掉文章段落标题默认序号 #57

Closed yangchuansheng closed 7 years ago

yangchuansheng commented 7 years ago

请问文章段落标题的默认添加的序列号能不能去掉,因为我已经在文章中加了序号

Halyul commented 7 years ago

您可以试着在layout/post.ejs这个文件中找到

<% var toc = customToc(page.content, {
        class: 'post-toc'
  }) %>

改为

<% var toc = customToc(page.content, {
        class: 'post-toc',
       line_number: false
  }) %>

不确定能否起作用

yangchuansheng commented 7 years ago

不起作用啊

Halyul commented 7 years ago

@yangchuansheng 那样子只能麻烦你把文章的序号删掉了(ーー゛)

yangchuansheng commented 7 years ago

没有办法去掉吗

Halyul commented 7 years ago

@yangchuansheng 没有😂下个版本增加

EYHN commented 7 years ago

https://github.com/Halyul/hexo-theme-mdui/commit/76f46e1e6a33468689d609135e539fe4a7aad85b https://github.com/Halyul/hexo-theme-mdui/commit/f23d3109db932c44eaed0255a3dd810bcd5cad0e