iissnan / iissnan/hexo-theme-notes
访问异常
- Dominant language
- CSS
- Stars
- 14
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
运行之后出现
extends _layout.jade include _mixin/entry.jade block head title= config.title block content -page.posts.each(function(post, index){ if index === page.posts.length - 1 -post.isLast = true -post.pageType = "index" +renderPost(post) -}) block pagination if page.prev || page.next div.pagination if page.prev a.pagination-prev(href=url_for(page.prev_link)) « Prev if page.next a.pagination-next(href=url_for(page.next_link)) Next »
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue only includes a short Chinese report and a Jade-like template snippet, with no filename, error message, reproduction steps, or test named. Start by reproducing the problem in the Hexo theme and locating the corresponding template; the issue is done only when the reported runtime error is identified, fixed, and verified.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100