Halyul / hexo-theme-mdui

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

hexo s运行时报错qrcode is not defined #33

Closed ApsarasX closed 7 years ago

ApsarasX commented 7 years ago
Unhandled rejection ReferenceError: /Users/chenwengang/blog/blog/themes/mdui/layout/post.ejs:31
    29|     <div class="post-actions">
    30|       <span><%= date(page.date, 'MMM DD, YYYY') %></span>
 >> 31|       <%- partial('_partials/menu/qrcode') %>
    32|       <%- partial('_partials/menu/post_share') %>
    33|     </div>
    34|   </div>
/Users/chenwengang/blog/blog/themes/mdui/layout/_partials/menu/qrcode.ejs:9
    7|       <%= __('posts.qr_code') %>
    8|     </li>
 >> 9|       <img class="mdui-img-fluid" src="<%- qrcode(url, {
    10|         margin: 2
    11|       }) %>" style="cursor: auto">
    12|   </ul>
qrcode is not defined
Halyul commented 7 years ago

使用QR CODE功能需要安装插件呢! 请认真读文档 谢谢啦!ʕ•ٹ•ʔ