-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
如何让 Next 支持「汉字标准格式」? #1558
Labels
Comments
geekrainy
added a commit
to geekrainy/hexo-theme-next
that referenced
this issue
Apr 17, 2017
_layout/_script/vendors.swig 是作为第三方库导入的一个模板,请多多研究并贡献代码吧。 |
iissnan
added a commit
that referenced
this issue
Apr 19, 2017
Probldem solved. Much appreciated! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior (预期行为)
让 Next 支持「汉字标准格式」。
Actual behavior (实际行为)
引用文件二个文件来启用「汉字标准格式」——han.min.css(或使用 Sass 汇入)及 han.min.js (或使用 JavaScript 模组框架),后者(脚本文件)可依网站的需求选用。
<link rel="stylesheet" href="path/src/css/han.min.css">
<script src="path/src/js/han.min.js"></script>
Steps to reproduce the behavior (重现步骤)
同上
NexT Information
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
NexT Scheme:
Other Information (Like Browser, System, Screenshots)
作为一个刚刚入门 HTML 和 Hexo 的菜鸟,不知道如何实现 QAQ。
The text was updated successfully, but these errors were encountered: