Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zhaoo主题应用此插件后没有输入密码的解密界面 #173

Closed
InnovationLou opened this issue Jun 8, 2021 · 1 comment
Closed

Comments

@InnovationLou
Copy link

主题中article.ejs文件如下,请问大佬需要怎么修改这个文件能够显示插件的解密界面呢

<article class="article">
  <div class="wrap">
    <%- partial('_partial/post/head') %>
    <section class="main">
      <section class="content">
        <%- page.more %>
      </section>
      <section class="extra">
        <% if (theme.post_copyright.enable && page.copyright !== false) { %>
          <%- partial('_partial/post/copyright') %>
        <% } %>
        <% if (theme.donate.enable && page.donate !== false) { %>
          <%- partial('_partial/post/donate') %>
        <% } %>
        <%- partial('_partial/post/tag') %>
        <%- partial('_partial/post/nav') %>
      </section>
      <% if (theme.comments.enable) { %>
        <%- partial('_partial/post/comments') %>
      <% } %>
    </section>
  </div>
</article>
@D0n9X1n
Copy link
Owner

D0n9X1n commented Jun 8, 2021

主题使用了 pjax 技术,和插件逻辑冲突,应该是无法使用加密插件了。

See #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants