需要更新子模块 `git submodule update --remote` 了。 原因是之前的 hugo-prose 主题里用了一个不带版本号的 CSS:https://github.com/yihui/hugo-prose/blob/7136dcef0cb8baea33dff337a48fe2da1da86bb0/layouts/partials/header.html#L10 而这个 CSS 我刚更新了:https://github.com/yihui/lite.js/commit/5cbf6d2eed64304c3c43a40a7bbef144a9556a4e
需要更新子模块
git submodule update --remote了。原因是之前的 hugo-prose 主题里用了一个不带版本号的 CSS:https://github.com/yihui/hugo-prose/blob/7136dcef0cb8baea33dff337a48fe2da1da86bb0/layouts/partials/header.html#L10 而这个 CSS 我刚更新了:yihui/lite.js@5cbf6d2