Wonter
Wonter
@printempw hexo-next
@printempw 似乎不行,只改第一个`site.posts.length`没有效果,再把第二个`site.posts.length`也改了就变成10了,改动: ``` diff --git a/layout/archive.njk b/layout/archive.njk index 76e1a14..df87d36 100644 --- a/layout/archive.njk +++ b/layout/archive.njk @@ -14,7 +14,7 @@ - {%- set posts_length = site.posts.length %} + {%- set posts_length =...
> Can you print the full stack trace? @andlabs ``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7fff5cb99232] runtime stack: runtime.throw(0x40cff9a, 0x2a) /usr/local/go/src/runtime/panic.go:617 +0x72...